File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
charts/multi-service-deployment Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ type: application
7
7
# This is the chart version. This version number should be incremented each time you make changes
8
8
# to the chart and its templates, including the app version.
9
9
# Versions are expected to follow Semantic Versioning (https://semver.org/)
10
- version : 0.2.2
10
+ version : 0.2.3
11
11
12
12
# This is the version number of the application being deployed. This version number should be
13
13
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ fullnameOverride: ""
2
2
replicaCount : 1
3
3
4
4
image :
5
- repository : test
5
+ repository : hello-world
6
+ tag : latest
6
7
pullPolicy : IfNotPresent
7
- tag : " "
8
8
9
9
imagePullSecrets : []
10
10
nameOverride : " "
@@ -164,4 +164,4 @@ volumeClaimTemplates:
164
164
accessModes : ReadWriteOnce
165
165
storage : 10Gi
166
166
storageClassName : gp3
167
- volumeMode : Filesystem
167
+ volumeMode : Filesystem
You can’t perform that action at this time.
0 commit comments