Skip to content

Commit 7e3635b

Browse files
authored
Update nonexistent default 'test' image (#89)
1 parent 8df89c0 commit 7e3635b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/multi-service-deployment/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ type: application
77
# This is the chart version. This version number should be incremented each time you make changes
88
# to the chart and its templates, including the app version.
99
# Versions are expected to follow Semantic Versioning (https://semver.org/)
10-
version: 0.2.2
10+
version: 0.2.3
1111

1212
# This is the version number of the application being deployed. This version number should be
1313
# incremented each time you make changes to the application. Versions are not expected to

charts/multi-service-deployment/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ fullnameOverride: ""
22
replicaCount: 1
33

44
image:
5-
repository: test
5+
repository: hello-world
6+
tag: latest
67
pullPolicy: IfNotPresent
7-
tag: ""
88

99
imagePullSecrets: []
1010
nameOverride: ""
@@ -164,4 +164,4 @@ volumeClaimTemplates:
164164
accessModes: ReadWriteOnce
165165
storage: 10Gi
166166
storageClassName: gp3
167-
volumeMode: Filesystem
167+
volumeMode: Filesystem

0 commit comments

Comments
 (0)