Skip to content

Commit e733697

Browse files
Update image version in Helm chart to 1.2.4
1 parent 2926f1b commit e733697

6 files changed

Lines changed: 33 additions & 33 deletions

File tree

app/functions/helmless/default-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ components:
190190
# executables, to provide CloudZero functionality.
191191
image:
192192
repository: ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent
193-
tag: 1.2.3 # <- Software release corresponding to this chart version.
193+
tag: 1.2.4 # <- Software release corresponding to this chart version.
194194
podDisruptionBudget:
195195
# enabled:
196196
# minAvailable:

helm/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Expand the name of the chart.
99
The version number of the chart.
1010
*/}}
1111
{{- define "cloudzero-agent.versionNumber" -}}
12-
version: 1.2.3 # <- Software release corresponding to this chart version.
12+
version: 1.2.4 # <- Software release corresponding to this chart version.
1313
{{- end -}}
1414

1515
{{/*

helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ components:
190190
# executables, to provide CloudZero functionality.
191191
image:
192192
repository: ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent
193-
tag: 1.2.3 # <- Software release corresponding to this chart version.
193+
tag: 1.2.4 # <- Software release corresponding to this chart version.
194194
podDisruptionBudget:
195195
# enabled:
196196
# minAvailable:

tests/helm/template/cert-manager.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ data:
755755
agent:
756756
image:
757757
repository: ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent
758-
tag: 1.2.3
758+
tag: 1.2.4
759759
podDisruptionBudget: null
760760
aggregator:
761761
annotations: {}
@@ -2011,7 +2011,7 @@ spec:
20112011
serviceAccountName: cz-agent-cloudzero-agent-server
20122012
initContainers:
20132013
- name: env-validator-copy
2014-
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.3"
2014+
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.4"
20152015
imagePullPolicy: "IfNotPresent"
20162016
env:
20172017
- name: K8S_NAMESPACE
@@ -2035,7 +2035,7 @@ spec:
20352035
- name: validator-config-volume
20362036
mountPath: /checks/config/
20372037
- name: env-validator-run
2038-
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.3"
2038+
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.4"
20392039
imagePullPolicy: "IfNotPresent"
20402040
env:
20412041
- name: K8S_NAMESPACE
@@ -2207,7 +2207,7 @@ spec:
22072207

22082208
containers:
22092209
- name: cz-agent-aggregator-collector
2210-
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.3"
2210+
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.4"
22112211
imagePullPolicy: "IfNotPresent"
22122212
ports:
22132213
- name: port-collector
@@ -2249,7 +2249,7 @@ spec:
22492249
memory: 64Mi
22502250

22512251
- name: cz-agent-aggregator-shipper
2252-
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.3"
2252+
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.4"
22532253
imagePullPolicy: "IfNotPresent"
22542254
ports:
22552255
- name: port-shipper
@@ -2378,7 +2378,7 @@ spec:
23782378

23792379
containers:
23802380
- name: webhook-server
2381-
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.3"
2381+
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.4"
23822382
imagePullPolicy: "IfNotPresent"
23832383
command:
23842384
- /app/cloudzero-webhook
@@ -2463,7 +2463,7 @@ spec:
24632463

24642464
containers:
24652465
- name: init-scrape
2466-
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.3"
2466+
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.4"
24672467
imagePullPolicy: "IfNotPresent"
24682468
command:
24692469
- /app/cloudzero-webhook
@@ -2524,7 +2524,7 @@ spec:
25242524

25252525
containers:
25262526
- name: run-validator
2527-
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.3"
2527+
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.4"
25282528
imagePullPolicy: "IfNotPresent"
25292529
env:
25302530
- name: K8S_NAMESPACE
@@ -2547,7 +2547,7 @@ spec:
25472547
- --chart-version
25482548
- 1.1.0-dev
25492549
- --agent-version
2550-
- "1.2.3"
2550+
- "1.2.4"
25512551
- --values-file
25522552
- /cloudzero/config/values/values.yaml
25532553
- --config-validator
@@ -2632,7 +2632,7 @@ spec:
26322632

26332633
containers:
26342634
- name: helmless
2635-
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.3"
2635+
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.4"
26362636
imagePullPolicy: "IfNotPresent"
26372637
command:
26382638
- /app/cloudzero-helmless

tests/helm/template/federated.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ data:
824824
agent:
825825
image:
826826
repository: ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent
827-
tag: 1.2.3
827+
tag: 1.2.4
828828
podDisruptionBudget: null
829829
aggregator:
830830
annotations: {}
@@ -2229,7 +2229,7 @@ spec:
22292229
serviceAccountName: cz-agent-cloudzero-agent-server
22302230
initContainers:
22312231
- name: env-validator-copy
2232-
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.3"
2232+
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.4"
22332233
imagePullPolicy: "IfNotPresent"
22342234
env:
22352235
- name: K8S_NAMESPACE
@@ -2253,7 +2253,7 @@ spec:
22532253
- name: validator-config-volume
22542254
mountPath: /checks/config/
22552255
- name: env-validator-run
2256-
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.3"
2256+
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.4"
22572257
imagePullPolicy: "IfNotPresent"
22582258
env:
22592259
- name: K8S_NAMESPACE
@@ -2425,7 +2425,7 @@ spec:
24252425

24262426
containers:
24272427
- name: cz-agent-aggregator-collector
2428-
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.3"
2428+
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.4"
24292429
imagePullPolicy: "IfNotPresent"
24302430
ports:
24312431
- name: port-collector
@@ -2467,7 +2467,7 @@ spec:
24672467
memory: 64Mi
24682468

24692469
- name: cz-agent-aggregator-shipper
2470-
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.3"
2470+
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.4"
24712471
imagePullPolicy: "IfNotPresent"
24722472
ports:
24732473
- name: port-shipper
@@ -2596,7 +2596,7 @@ spec:
25962596

25972597
containers:
25982598
- name: webhook-server
2599-
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.3"
2599+
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.4"
26002600
imagePullPolicy: "IfNotPresent"
26012601
command:
26022602
- /app/cloudzero-webhook
@@ -2681,7 +2681,7 @@ spec:
26812681

26822682
containers:
26832683
- name: init-scrape
2684-
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.3"
2684+
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.4"
26852685
imagePullPolicy: "IfNotPresent"
26862686
command:
26872687
- /app/cloudzero-webhook
@@ -2742,7 +2742,7 @@ spec:
27422742

27432743
containers:
27442744
- name: run-validator
2745-
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.3"
2745+
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.4"
27462746
imagePullPolicy: "IfNotPresent"
27472747
env:
27482748
- name: K8S_NAMESPACE
@@ -2765,7 +2765,7 @@ spec:
27652765
- --chart-version
27662766
- 1.1.0-dev
27672767
- --agent-version
2768-
- "1.2.3"
2768+
- "1.2.4"
27692769
- --values-file
27702770
- /cloudzero/config/values/values.yaml
27712771
- --config-validator
@@ -2850,7 +2850,7 @@ spec:
28502850

28512851
containers:
28522852
- name: helmless
2853-
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.3"
2853+
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.4"
28542854
imagePullPolicy: "IfNotPresent"
28552855
command:
28562856
- /app/cloudzero-helmless

tests/helm/template/manifest.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ data:
771771
agent:
772772
image:
773773
repository: ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent
774-
tag: 1.2.3
774+
tag: 1.2.4
775775
podDisruptionBudget: null
776776
aggregator:
777777
annotations: {}
@@ -2027,7 +2027,7 @@ spec:
20272027
serviceAccountName: cz-agent-cloudzero-agent-server
20282028
initContainers:
20292029
- name: env-validator-copy
2030-
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.3"
2030+
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.4"
20312031
imagePullPolicy: "IfNotPresent"
20322032
env:
20332033
- name: K8S_NAMESPACE
@@ -2051,7 +2051,7 @@ spec:
20512051
- name: validator-config-volume
20522052
mountPath: /checks/config/
20532053
- name: env-validator-run
2054-
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.3"
2054+
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.4"
20552055
imagePullPolicy: "IfNotPresent"
20562056
env:
20572057
- name: K8S_NAMESPACE
@@ -2223,7 +2223,7 @@ spec:
22232223

22242224
containers:
22252225
- name: cz-agent-aggregator-collector
2226-
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.3"
2226+
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.4"
22272227
imagePullPolicy: "IfNotPresent"
22282228
ports:
22292229
- name: port-collector
@@ -2265,7 +2265,7 @@ spec:
22652265
memory: 64Mi
22662266

22672267
- name: cz-agent-aggregator-shipper
2268-
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.3"
2268+
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.4"
22692269
imagePullPolicy: "IfNotPresent"
22702270
ports:
22712271
- name: port-shipper
@@ -2394,7 +2394,7 @@ spec:
23942394

23952395
containers:
23962396
- name: webhook-server
2397-
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.3"
2397+
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.4"
23982398
imagePullPolicy: "IfNotPresent"
23992399
command:
24002400
- /app/cloudzero-webhook
@@ -2479,7 +2479,7 @@ spec:
24792479

24802480
containers:
24812481
- name: init-scrape
2482-
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.3"
2482+
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.4"
24832483
imagePullPolicy: "IfNotPresent"
24842484
command:
24852485
- /app/cloudzero-webhook
@@ -2540,7 +2540,7 @@ spec:
25402540

25412541
containers:
25422542
- name: run-validator
2543-
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.3"
2543+
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.4"
25442544
imagePullPolicy: "IfNotPresent"
25452545
env:
25462546
- name: K8S_NAMESPACE
@@ -2563,7 +2563,7 @@ spec:
25632563
- --chart-version
25642564
- 1.1.0-dev
25652565
- --agent-version
2566-
- "1.2.3"
2566+
- "1.2.4"
25672567
- --values-file
25682568
- /cloudzero/config/values/values.yaml
25692569
- --config-validator
@@ -2648,7 +2648,7 @@ spec:
26482648

26492649
containers:
26502650
- name: helmless
2651-
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.3"
2651+
image: "ghcr.io/cloudzero/cloudzero-agent/cloudzero-agent:1.2.4"
26522652
imagePullPolicy: "IfNotPresent"
26532653
command:
26542654
- /app/cloudzero-helmless

0 commit comments

Comments
 (0)