Skip to content

Commit 93821da

Browse files
committed
use full name for image repository
This change is adding docker.io so container image does not rely on repository default. It also makes audit of container images easier.
1 parent 0ab1d79 commit 93821da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/helm/reflector/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.0
18+
version: 0.1.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
@@ -38,4 +38,4 @@ sources:
3838
- https://github.com/emberstack/kubernetes-reflector
3939
maintainers:
4040
- name: winromulus
41-
41+

src/helm/reflector/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
replicaCount: 1
66

77
image:
8-
repository: emberstack/kubernetes-reflector
8+
repository: docker.io/emberstack/kubernetes-reflector
99
pullPolicy: IfNotPresent
1010
# Overrides the image tag whose default is the chart appVersion.
1111
tag: ""

0 commit comments

Comments
 (0)