Skip to content

Commit a3657dc

Browse files
committed
Don't mention Chart.appVersion we don't use it
1 parent 2f8c243 commit a3657dc

3 files changed

Lines changed: 49 additions & 48 deletions

File tree

charts/matrix-stack/source/common/sub_schema_values.yaml.j2

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,19 +116,19 @@ imagePullSecrets: []
116116
repository: {{ repository }}
117117

118118
## The tag of the container image to use.
119-
## Defaults to the Chart's appVersion if not set
119+
## One of tag or digest must be provided.
120120
{%- if tag | length > 0 %}
121121
tag: "{{ tag }}"
122122
{%- else %}
123123
# tag:
124124
{%- endif %}
125125

126-
## Container digest to use. Used to pull the image instead of the image tag / Chart appVersion if set
126+
## Container digest to use. Used to pull the image instead of the image tag if set
127+
## The tag will still be set as the app.kubernetes.io/version label
127128
# digest:
128129

129130
## Whether the image should be pulled on container startup. Valid values are Always, IfNotPresent and Never
130-
## If this isn't provided it defaults to Always when using the image tag / Chart appVersion or
131-
## IfNotPresent if using a digest
131+
## If this isn't provided it defaults to Always when using the image tag or IfNotPresent if using a digest
132132
# pullPolicy:
133133

134134
## A list of pull secrets to use for this image

charts/matrix-stack/values.yaml

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ matrixTools:
1919
repository: element-hq/ess-helm/matrix-tools
2020

2121
## The tag of the container image to use.
22-
## Defaults to the Chart's appVersion if not set
22+
## One of tag or digest must be provided.
2323
tag: "0.5.3"
2424

25-
## Container digest to use. Used to pull the image instead of the image tag / Chart appVersion if set
25+
## Container digest to use. Used to pull the image instead of the image tag if set
26+
## The tag will still be set as the app.kubernetes.io/version label
2627
# digest:
2728

2829
## Whether the image should be pulled on container startup. Valid values are Always, IfNotPresent and Never
29-
## If this isn't provided it defaults to Always when using the image tag / Chart appVersion or
30-
## IfNotPresent if using a digest
30+
## If this isn't provided it defaults to Always when using the image tag or IfNotPresent if using a digest
3131
# pullPolicy:
3232

3333
## A list of pull secrets to use for this image
@@ -435,15 +435,15 @@ matrixRTC:
435435
repository: element-hq/lk-jwt-service
436436

437437
## The tag of the container image to use.
438-
## Defaults to the Chart's appVersion if not set
438+
## One of tag or digest must be provided.
439439
tag: "0.2.3"
440440

441-
## Container digest to use. Used to pull the image instead of the image tag / Chart appVersion if set
441+
## Container digest to use. Used to pull the image instead of the image tag if set
442+
## The tag will still be set as the app.kubernetes.io/version label
442443
# digest:
443444

444445
## Whether the image should be pulled on container startup. Valid values are Always, IfNotPresent and Never
445-
## If this isn't provided it defaults to Always when using the image tag / Chart appVersion or
446-
## IfNotPresent if using a digest
446+
## If this isn't provided it defaults to Always when using the image tag or IfNotPresent if using a digest
447447
# pullPolicy:
448448

449449
## A list of pull secrets to use for this image
@@ -681,15 +681,15 @@ matrixRTC:
681681
repository: livekit/livekit-server
682682

683683
## The tag of the container image to use.
684-
## Defaults to the Chart's appVersion if not set
684+
## One of tag or digest must be provided.
685685
tag: "v1.9.0"
686686

687-
## Container digest to use. Used to pull the image instead of the image tag / Chart appVersion if set
687+
## Container digest to use. Used to pull the image instead of the image tag if set
688+
## The tag will still be set as the app.kubernetes.io/version label
688689
# digest:
689690

690691
## Whether the image should be pulled on container startup. Valid values are Always, IfNotPresent and Never
691-
## If this isn't provided it defaults to Always when using the image tag / Chart appVersion or
692-
## IfNotPresent if using a digest
692+
## If this isn't provided it defaults to Always when using the image tag or IfNotPresent if using a digest
693693
# pullPolicy:
694694

695695
## A list of pull secrets to use for this image
@@ -905,15 +905,15 @@ elementWeb:
905905
repository: element-hq/element-web
906906

907907
## The tag of the container image to use.
908-
## Defaults to the Chart's appVersion if not set
908+
## One of tag or digest must be provided.
909909
tag: "v1.11.103"
910910

911-
## Container digest to use. Used to pull the image instead of the image tag / Chart appVersion if set
911+
## Container digest to use. Used to pull the image instead of the image tag if set
912+
## The tag will still be set as the app.kubernetes.io/version label
912913
# digest:
913914

914915
## Whether the image should be pulled on container startup. Valid values are Always, IfNotPresent and Never
915-
## If this isn't provided it defaults to Always when using the image tag / Chart appVersion or
916-
## IfNotPresent if using a digest
916+
## If this isn't provided it defaults to Always when using the image tag or IfNotPresent if using a digest
917917
# pullPolicy:
918918

919919
## A list of pull secrets to use for this image
@@ -1138,15 +1138,15 @@ haproxy:
11381138
repository: library/haproxy
11391139

11401140
## The tag of the container image to use.
1141-
## Defaults to the Chart's appVersion if not set
1141+
## One of tag or digest must be provided.
11421142
tag: "3.1-alpine"
11431143

1144-
## Container digest to use. Used to pull the image instead of the image tag / Chart appVersion if set
1144+
## Container digest to use. Used to pull the image instead of the image tag if set
1145+
## The tag will still be set as the app.kubernetes.io/version label
11451146
# digest:
11461147

11471148
## Whether the image should be pulled on container startup. Valid values are Always, IfNotPresent and Never
1148-
## If this isn't provided it defaults to Always when using the image tag / Chart appVersion or
1149-
## IfNotPresent if using a digest
1149+
## If this isn't provided it defaults to Always when using the image tag or IfNotPresent if using a digest
11501150
# pullPolicy:
11511151

11521152
## A list of pull secrets to use for this image
@@ -1349,15 +1349,15 @@ matrixAuthenticationService:
13491349
repository: element-hq/matrix-authentication-service
13501350

13511351
## The tag of the container image to use.
1352-
## Defaults to the Chart's appVersion if not set
1352+
## One of tag or digest must be provided.
13531353
tag: "0.16.0"
13541354

1355-
## Container digest to use. Used to pull the image instead of the image tag / Chart appVersion if set
1355+
## Container digest to use. Used to pull the image instead of the image tag if set
1356+
## The tag will still be set as the app.kubernetes.io/version label
13561357
# digest:
13571358

13581359
## Whether the image should be pulled on container startup. Valid values are Always, IfNotPresent and Never
1359-
## If this isn't provided it defaults to Always when using the image tag / Chart appVersion or
1360-
## IfNotPresent if using a digest
1360+
## If this isn't provided it defaults to Always when using the image tag or IfNotPresent if using a digest
13611361
# pullPolicy:
13621362

13631363
## A list of pull secrets to use for this image
@@ -1768,15 +1768,15 @@ matrixAuthenticationService:
17681768
repository: element-hq/matrix-authentication-service
17691769

17701770
## The tag of the container image to use.
1771-
## Defaults to the Chart's appVersion if not set
1771+
## One of tag or digest must be provided.
17721772
tag: "0.16.0-debug"
17731773

1774-
## Container digest to use. Used to pull the image instead of the image tag / Chart appVersion if set
1774+
## Container digest to use. Used to pull the image instead of the image tag if set
1775+
## The tag will still be set as the app.kubernetes.io/version label
17751776
# digest:
17761777

17771778
## Whether the image should be pulled on container startup. Valid values are Always, IfNotPresent and Never
1778-
## If this isn't provided it defaults to Always when using the image tag / Chart appVersion or
1779-
## IfNotPresent if using a digest
1779+
## If this isn't provided it defaults to Always when using the image tag or IfNotPresent if using a digest
17801780
# pullPolicy:
17811781

17821782
## A list of pull secrets to use for this image
@@ -1920,15 +1920,15 @@ postgres:
19201920
repository: prometheuscommunity/postgres-exporter
19211921

19221922
## The tag of the container image to use.
1923-
## Defaults to the Chart's appVersion if not set
1923+
## One of tag or digest must be provided.
19241924
tag: "v0.17.0"
19251925

1926-
## Container digest to use. Used to pull the image instead of the image tag / Chart appVersion if set
1926+
## Container digest to use. Used to pull the image instead of the image tag if set
1927+
## The tag will still be set as the app.kubernetes.io/version label
19271928
# digest:
19281929

19291930
## Whether the image should be pulled on container startup. Valid values are Always, IfNotPresent and Never
1930-
## If this isn't provided it defaults to Always when using the image tag / Chart appVersion or
1931-
## IfNotPresent if using a digest
1931+
## If this isn't provided it defaults to Always when using the image tag or IfNotPresent if using a digest
19321932
# pullPolicy:
19331933

19341934
## A list of pull secrets to use for this image
@@ -2082,15 +2082,15 @@ postgres:
20822082
repository: postgres
20832083

20842084
## The tag of the container image to use.
2085-
## Defaults to the Chart's appVersion if not set
2085+
## One of tag or digest must be provided.
20862086
tag: "17-alpine"
20872087

2088-
## Container digest to use. Used to pull the image instead of the image tag / Chart appVersion if set
2088+
## Container digest to use. Used to pull the image instead of the image tag if set
2089+
## The tag will still be set as the app.kubernetes.io/version label
20892090
# digest:
20902091

20912092
## Whether the image should be pulled on container startup. Valid values are Always, IfNotPresent and Never
2092-
## If this isn't provided it defaults to Always when using the image tag / Chart appVersion or
2093-
## IfNotPresent if using a digest
2093+
## If this isn't provided it defaults to Always when using the image tag or IfNotPresent if using a digest
20942094
# pullPolicy:
20952095

20962096
## A list of pull secrets to use for this image
@@ -3580,15 +3580,15 @@ synapse:
35803580
repository: element-hq/synapse
35813581

35823582
## The tag of the container image to use.
3583-
## Defaults to the Chart's appVersion if not set
3583+
## One of tag or digest must be provided.
35843584
tag: "v1.131.0"
35853585

3586-
## Container digest to use. Used to pull the image instead of the image tag / Chart appVersion if set
3586+
## Container digest to use. Used to pull the image instead of the image tag if set
3587+
## The tag will still be set as the app.kubernetes.io/version label
35873588
# digest:
35883589

35893590
## Whether the image should be pulled on container startup. Valid values are Always, IfNotPresent and Never
3590-
## If this isn't provided it defaults to Always when using the image tag / Chart appVersion or
3591-
## IfNotPresent if using a digest
3591+
## If this isn't provided it defaults to Always when using the image tag or IfNotPresent if using a digest
35923592
# pullPolicy:
35933593

35943594
## A list of pull secrets to use for this image
@@ -3831,15 +3831,15 @@ synapse:
38313831
repository: library/redis
38323832

38333833
## The tag of the container image to use.
3834-
## Defaults to the Chart's appVersion if not set
3834+
## One of tag or digest must be provided.
38353835
tag: "7.4-alpine"
38363836

3837-
## Container digest to use. Used to pull the image instead of the image tag / Chart appVersion if set
3837+
## Container digest to use. Used to pull the image instead of the image tag if set
3838+
## The tag will still be set as the app.kubernetes.io/version label
38383839
# digest:
38393840

38403841
## Whether the image should be pulled on container startup. Valid values are Always, IfNotPresent and Never
3841-
## If this isn't provided it defaults to Always when using the image tag / Chart appVersion or
3842-
## IfNotPresent if using a digest
3842+
## If this isn't provided it defaults to Always when using the image tag or IfNotPresent if using a digest
38433843
# pullPolicy:
38443844

38453845
## A list of pull secrets to use for this image

newsfragments/553.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix comments around the image tag and digest in the values file.

0 commit comments

Comments
 (0)