Skip to content

Commit

Permalink
Bump version to 2.8.19 (argoproj#18322)
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: pasha-codefresh <[email protected]>
  • Loading branch information
github-actions[bot] and pasha-codefresh committed May 21, 2024
1 parent 4e2fe30 commit b5bdef0
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 53 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.8.18
2.8.19
2 changes: 1 addition & 1 deletion manifests/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Kustomization
images:
- name: quay.io/argoproj/argocd
newName: quay.io/argoproj/argocd
newTag: v2.8.18
newTag: v2.8.19
resources:
- ./application-controller
- ./dex
Expand Down
10 changes: 5 additions & 5 deletions manifests/core-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18914,7 +18914,7 @@ spec:
key: applicationsetcontroller.allowed.scm.providers
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.8.18
image: quay.io/argoproj/argocd:v2.8.19
imagePullPolicy: Always
name: argocd-applicationset-controller
ports:
Expand Down Expand Up @@ -19032,7 +19032,7 @@ spec:
- argocd
- admin
- redis-initial-password
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.8.19
imagePullPolicy: IfNotPresent
name: secret-init
securityContext:
Expand Down Expand Up @@ -19243,7 +19243,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:v2.8.18
image: quay.io/argoproj/argocd:v2.8.19
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -19295,7 +19295,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
image: quay.io/argoproj/argocd:v2.8.18
image: quay.io/argoproj/argocd:v2.8.19
name: copyutil
securityContext:
allowPrivilegeEscalation: false
Expand Down Expand Up @@ -19525,7 +19525,7 @@ spec:
key: controller.ignore.normalizer.jq.timeout
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.8.18
image: quay.io/argoproj/argocd:v2.8.19
imagePullPolicy: Always
name: argocd-application-controller
ports:
Expand Down
2 changes: 1 addition & 1 deletion manifests/core-install/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ resources:
images:
- name: quay.io/argoproj/argocd
newName: quay.io/argoproj/argocd
newTag: v2.8.18
newTag: v2.8.19
2 changes: 1 addition & 1 deletion manifests/ha/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ patches:
images:
- name: quay.io/argoproj/argocd
newName: quay.io/argoproj/argocd
newTag: v2.8.18
newTag: v2.8.19
resources:
- ../../base/application-controller
- ../../base/applicationset-controller
Expand Down
5 changes: 1 addition & 4 deletions manifests/ha/base/redis-ha/chart/upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1054,10 +1054,7 @@ spec:
app: redis-ha-haproxy
release: argocd
annotations:
prometheus.io/port: "9101"
prometheus.io/scrape: "true"
prometheus.io/path: "/metrics"
checksum/config: e34e8124c38bcfd2f16e75620bbde30158686692b13bc449eecc44c51b207d54
checksum/config: 2cb2cc491da078531f46cefd660dfcc1703f56dc3186217ec25d2f83d38a3736
spec:
# Needed when using unmodified rbac-setup.yml

Expand Down
21 changes: 9 additions & 12 deletions manifests/ha/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20141,7 +20141,7 @@ spec:
key: applicationsetcontroller.allowed.scm.providers
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.8.18
image: quay.io/argoproj/argocd:v2.8.19
imagePullPolicy: Always
name: argocd-applicationset-controller
ports:
Expand Down Expand Up @@ -20264,7 +20264,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:v2.8.18
image: quay.io/argoproj/argocd:v2.8.19
imagePullPolicy: Always
name: copyutil
securityContext:
Expand Down Expand Up @@ -20340,7 +20340,7 @@ spec:
key: application.namespaces
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.8.18
image: quay.io/argoproj/argocd:v2.8.19
imagePullPolicy: Always
livenessProbe:
tcpSocket:
Expand Down Expand Up @@ -20398,10 +20398,7 @@ spec:
template:
metadata:
annotations:
checksum/config: e34e8124c38bcfd2f16e75620bbde30158686692b13bc449eecc44c51b207d54
prometheus.io/path: /metrics
prometheus.io/port: "9101"
prometheus.io/scrape: "true"
checksum/config: 2cb2cc491da078531f46cefd660dfcc1703f56dc3186217ec25d2f83d38a3736
labels:
app.kubernetes.io/name: argocd-redis-ha-haproxy
name: argocd-redis-ha-haproxy
Expand Down Expand Up @@ -20457,7 +20454,7 @@ spec:
- argocd
- admin
- redis-initial-password
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.8.19
imagePullPolicy: IfNotPresent
name: secret-init
securityContext:
Expand Down Expand Up @@ -20696,7 +20693,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:v2.8.18
image: quay.io/argoproj/argocd:v2.8.19
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -20748,7 +20745,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
image: quay.io/argoproj/argocd:v2.8.18
image: quay.io/argoproj/argocd:v2.8.19
name: copyutil
securityContext:
allowPrivilegeEscalation: false
Expand Down Expand Up @@ -21048,7 +21045,7 @@ spec:
key: server.api.content.types
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.8.18
image: quay.io/argoproj/argocd:v2.8.19
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -21305,7 +21302,7 @@ spec:
key: controller.ignore.normalizer.jq.timeout
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.8.18
image: quay.io/argoproj/argocd:v2.8.19
imagePullPolicy: Always
name: argocd-application-controller
ports:
Expand Down
21 changes: 9 additions & 12 deletions manifests/ha/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1653,7 +1653,7 @@ spec:
key: applicationsetcontroller.allowed.scm.providers
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.8.18
image: quay.io/argoproj/argocd:v2.8.19
imagePullPolicy: Always
name: argocd-applicationset-controller
ports:
Expand Down Expand Up @@ -1776,7 +1776,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:v2.8.18
image: quay.io/argoproj/argocd:v2.8.19
imagePullPolicy: Always
name: copyutil
securityContext:
Expand Down Expand Up @@ -1852,7 +1852,7 @@ spec:
key: application.namespaces
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.8.18
image: quay.io/argoproj/argocd:v2.8.19
imagePullPolicy: Always
livenessProbe:
tcpSocket:
Expand Down Expand Up @@ -1910,10 +1910,7 @@ spec:
template:
metadata:
annotations:
checksum/config: e34e8124c38bcfd2f16e75620bbde30158686692b13bc449eecc44c51b207d54
prometheus.io/path: /metrics
prometheus.io/port: "9101"
prometheus.io/scrape: "true"
checksum/config: 2cb2cc491da078531f46cefd660dfcc1703f56dc3186217ec25d2f83d38a3736
labels:
app.kubernetes.io/name: argocd-redis-ha-haproxy
name: argocd-redis-ha-haproxy
Expand Down Expand Up @@ -1969,7 +1966,7 @@ spec:
- argocd
- admin
- redis-initial-password
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.8.19
imagePullPolicy: IfNotPresent
name: secret-init
securityContext:
Expand Down Expand Up @@ -2208,7 +2205,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:v2.8.18
image: quay.io/argoproj/argocd:v2.8.19
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -2260,7 +2257,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
image: quay.io/argoproj/argocd:v2.8.18
image: quay.io/argoproj/argocd:v2.8.19
name: copyutil
securityContext:
allowPrivilegeEscalation: false
Expand Down Expand Up @@ -2560,7 +2557,7 @@ spec:
key: server.api.content.types
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.8.18
image: quay.io/argoproj/argocd:v2.8.19
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -2817,7 +2814,7 @@ spec:
key: controller.ignore.normalizer.jq.timeout
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.8.18
image: quay.io/argoproj/argocd:v2.8.19
imagePullPolicy: Always
name: argocd-application-controller
ports:
Expand Down
16 changes: 8 additions & 8 deletions manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19264,7 +19264,7 @@ spec:
key: applicationsetcontroller.allowed.scm.providers
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.8.18
image: quay.io/argoproj/argocd:v2.8.19
imagePullPolicy: Always
name: argocd-applicationset-controller
ports:
Expand Down Expand Up @@ -19387,7 +19387,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:v2.8.18
image: quay.io/argoproj/argocd:v2.8.19
imagePullPolicy: Always
name: copyutil
securityContext:
Expand Down Expand Up @@ -19463,7 +19463,7 @@ spec:
key: application.namespaces
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.8.18
image: quay.io/argoproj/argocd:v2.8.19
imagePullPolicy: Always
livenessProbe:
tcpSocket:
Expand Down Expand Up @@ -19563,7 +19563,7 @@ spec:
- argocd
- admin
- redis-initial-password
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.8.19
imagePullPolicy: IfNotPresent
name: secret-init
securityContext:
Expand Down Expand Up @@ -19774,7 +19774,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:v2.8.18
image: quay.io/argoproj/argocd:v2.8.19
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -19826,7 +19826,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
image: quay.io/argoproj/argocd:v2.8.18
image: quay.io/argoproj/argocd:v2.8.19
name: copyutil
securityContext:
allowPrivilegeEscalation: false
Expand Down Expand Up @@ -20124,7 +20124,7 @@ spec:
key: server.api.content.types
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.8.18
image: quay.io/argoproj/argocd:v2.8.19
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -20381,7 +20381,7 @@ spec:
key: controller.ignore.normalizer.jq.timeout
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.8.18
image: quay.io/argoproj/argocd:v2.8.19
imagePullPolicy: Always
name: argocd-application-controller
ports:
Expand Down
16 changes: 8 additions & 8 deletions manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ spec:
key: applicationsetcontroller.allowed.scm.providers
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.8.18
image: quay.io/argoproj/argocd:v2.8.19
imagePullPolicy: Always
name: argocd-applicationset-controller
ports:
Expand Down Expand Up @@ -899,7 +899,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:v2.8.18
image: quay.io/argoproj/argocd:v2.8.19
imagePullPolicy: Always
name: copyutil
securityContext:
Expand Down Expand Up @@ -975,7 +975,7 @@ spec:
key: application.namespaces
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.8.18
image: quay.io/argoproj/argocd:v2.8.19
imagePullPolicy: Always
livenessProbe:
tcpSocket:
Expand Down Expand Up @@ -1075,7 +1075,7 @@ spec:
- argocd
- admin
- redis-initial-password
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.8.19
imagePullPolicy: IfNotPresent
name: secret-init
securityContext:
Expand Down Expand Up @@ -1286,7 +1286,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:v2.8.18
image: quay.io/argoproj/argocd:v2.8.19
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -1338,7 +1338,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
image: quay.io/argoproj/argocd:v2.8.18
image: quay.io/argoproj/argocd:v2.8.19
name: copyutil
securityContext:
allowPrivilegeEscalation: false
Expand Down Expand Up @@ -1636,7 +1636,7 @@ spec:
key: server.api.content.types
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.8.18
image: quay.io/argoproj/argocd:v2.8.19
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -1893,7 +1893,7 @@ spec:
key: controller.ignore.normalizer.jq.timeout
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.8.18
image: quay.io/argoproj/argocd:v2.8.19
imagePullPolicy: Always
name: argocd-application-controller
ports:
Expand Down

0 comments on commit b5bdef0

Please sign in to comment.