Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Argo Cd
Commits
7d7eed49
Commit
7d7eed49
authored
3 years ago
by
argo-bot
Browse files
Options
Download
Email Patches
Plain Diff
Bump version to 2.3.0-rc1
parent
af8c5eb0
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
manifests/base/kustomization.yaml
+1
-1
manifests/base/kustomization.yaml
manifests/core-install.yaml
+3
-3
manifests/core-install.yaml
manifests/core-install/kustomization.yaml
+1
-1
manifests/core-install/kustomization.yaml
manifests/ha/base/kustomization.yaml
+1
-1
manifests/ha/base/kustomization.yaml
manifests/ha/install.yaml
+6
-6
manifests/ha/install.yaml
manifests/ha/namespace-install.yaml
+6
-6
manifests/ha/namespace-install.yaml
manifests/install.yaml
+6
-6
manifests/install.yaml
manifests/namespace-install.yaml
+6
-6
manifests/namespace-install.yaml
with
30 additions
and
30 deletions
+30
-30
manifests/base/kustomization.yaml
+
1
-
1
View file @
7d7eed49
...
...
@@ -5,7 +5,7 @@ kind: Kustomization
images
:
-
name
:
quay.io/argoproj/argocd
newName
:
quay.io/argoproj/argocd
newTag
:
latest
newTag
:
v2.3.0-rc1
resources
:
-
./application-controller
-
./dex
...
...
This diff is collapsed.
Click to expand it.
manifests/core-install.yaml
+
3
-
3
View file @
7d7eed49
...
...
@@ -3033,7 +3033,7 @@ spec:
value
:
/helm-working-dir
-
name
:
HELM_DATA_HOME
value
:
/helm-working-dir
image
:
quay.io/argoproj/argocd:
latest
image
:
quay.io/argoproj/argocd:
v2.3.0-rc1
imagePullPolicy
:
Always
livenessProbe
:
failureThreshold
:
3
...
...
@@ -3082,7 +3082,7 @@ spec:
-
-n
-
/usr/local/bin/argocd
-
/var/run/argocd/argocd-cmp-server
image
:
quay.io/argoproj/argocd:
latest
image
:
quay.io/argoproj/argocd:
v2.3.0-rc1
name
:
copyutil
volumeMounts
:
-
mountPath
:
/var/run/argocd
...
...
@@ -3247,7 +3247,7 @@ spec:
key
:
controller.default.cache.expiration
name
:
argocd-cmd-params-cm
optional
:
true
image
:
quay.io/argoproj/argocd:
latest
image
:
quay.io/argoproj/argocd:
v2.3.0-rc1
imagePullPolicy
:
Always
livenessProbe
:
httpGet
:
...
...
This diff is collapsed.
Click to expand it.
manifests/core-install/kustomization.yaml
+
1
-
1
View file @
7d7eed49
...
...
@@ -11,4 +11,4 @@ resources:
images
:
-
name
:
quay.io/argoproj/argocd
newName
:
quay.io/argoproj/argocd
newTag
:
latest
newTag
:
v2.3.0-rc1
This diff is collapsed.
Click to expand it.
manifests/ha/base/kustomization.yaml
+
1
-
1
View file @
7d7eed49
...
...
@@ -11,7 +11,7 @@ patchesStrategicMerge:
images
:
-
name
:
quay.io/argoproj/argocd
newName
:
quay.io/argoproj/argocd
newTag
:
latest
newTag
:
v2.3.0-rc1
resources
:
-
../../base/application-controller
-
../../base/dex
...
...
This diff is collapsed.
Click to expand it.
manifests/ha/install.yaml
+
6
-
6
View file @
7d7eed49
...
...
@@ -10348,7 +10348,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:
latest
image: quay.io/argoproj/argocd:
v2.3.0-rc1
imagePullPolicy: Always
name: copyutil
volumeMounts:
...
...
@@ -10381,7 +10381,7 @@ spec:
containers:
- command:
- argocd-notifications
image: quay.io/argoproj/argocd:
latest
image: quay.io/argoproj/argocd:
v2.3.0-rc1
imagePullPolicy: Always
livenessProbe:
tcpSocket:
...
...
@@ -10614,7 +10614,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:
latest
image: quay.io/argoproj/argocd:
v2.3.0-rc1
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
...
...
@@ -10663,7 +10663,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
image: quay.io/argoproj/argocd:
latest
image: quay.io/argoproj/argocd:
v2.3.0-rc1
name: copyutil
volumeMounts:
- mountPath: /var/run/argocd
...
...
@@ -10890,7 +10890,7 @@ spec:
key: server.http.cookie.maxnumber
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:
latest
image: quay.io/argoproj/argocd:
v2.3.0-rc1
imagePullPolicy: Always
livenessProbe:
httpGet:
...
...
@@ -11086,7 +11086,7 @@ spec:
key: controller.default.cache.expiration
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:
latest
image: quay.io/argoproj/argocd:
v2.3.0-rc1
imagePullPolicy: Always
livenessProbe:
httpGet:
...
...
This diff is collapsed.
Click to expand it.
manifests/ha/namespace-install.yaml
+
6
-
6
View file @
7d7eed49
...
...
@@ -7644,7 +7644,7 @@ spec:
-
-n
-
/usr/local/bin/argocd
-
/shared/argocd-dex
image
:
quay.io/argoproj/argocd:
latest
image
:
quay.io/argoproj/argocd:
v2.3.0-rc1
imagePullPolicy
:
Always
name
:
copyutil
volumeMounts
:
...
...
@@ -7677,7 +7677,7 @@ spec:
containers
:
-
command
:
-
argocd-notifications
image
:
quay.io/argoproj/argocd:
latest
image
:
quay.io/argoproj/argocd:
v2.3.0-rc1
imagePullPolicy
:
Always
livenessProbe
:
tcpSocket
:
...
...
@@ -7910,7 +7910,7 @@ spec:
value
:
/helm-working-dir
-
name
:
HELM_DATA_HOME
value
:
/helm-working-dir
image
:
quay.io/argoproj/argocd:
latest
image
:
quay.io/argoproj/argocd:
v2.3.0-rc1
imagePullPolicy
:
Always
livenessProbe
:
failureThreshold
:
3
...
...
@@ -7959,7 +7959,7 @@ spec:
-
-n
-
/usr/local/bin/argocd
-
/var/run/argocd/argocd-cmp-server
image
:
quay.io/argoproj/argocd:
latest
image
:
quay.io/argoproj/argocd:
v2.3.0-rc1
name
:
copyutil
volumeMounts
:
-
mountPath
:
/var/run/argocd
...
...
@@ -8186,7 +8186,7 @@ spec:
key
:
server.http.cookie.maxnumber
name
:
argocd-cmd-params-cm
optional
:
true
image
:
quay.io/argoproj/argocd:
latest
image
:
quay.io/argoproj/argocd:
v2.3.0-rc1
imagePullPolicy
:
Always
livenessProbe
:
httpGet
:
...
...
@@ -8382,7 +8382,7 @@ spec:
key
:
controller.default.cache.expiration
name
:
argocd-cmd-params-cm
optional
:
true
image
:
quay.io/argoproj/argocd:
latest
image
:
quay.io/argoproj/argocd:
v2.3.0-rc1
imagePullPolicy
:
Always
livenessProbe
:
httpGet
:
...
...
This diff is collapsed.
Click to expand it.
manifests/install.yaml
+
6
-
6
View file @
7d7eed49
...
...
@@ -9718,7 +9718,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:
latest
image: quay.io/argoproj/argocd:
v2.3.0-rc1
imagePullPolicy: Always
name: copyutil
volumeMounts:
...
...
@@ -9751,7 +9751,7 @@ spec:
containers:
- command:
- argocd-notifications
image: quay.io/argoproj/argocd:
latest
image: quay.io/argoproj/argocd:
v2.3.0-rc1
imagePullPolicy: Always
livenessProbe:
tcpSocket:
...
...
@@ -9948,7 +9948,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:
latest
image: quay.io/argoproj/argocd:
v2.3.0-rc1
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
...
...
@@ -9997,7 +9997,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
image: quay.io/argoproj/argocd:
latest
image: quay.io/argoproj/argocd:
v2.3.0-rc1
name: copyutil
volumeMounts:
- mountPath: /var/run/argocd
...
...
@@ -10220,7 +10220,7 @@ spec:
key: server.http.cookie.maxnumber
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:
latest
image: quay.io/argoproj/argocd:
v2.3.0-rc1
imagePullPolicy: Always
livenessProbe:
httpGet:
...
...
@@ -10410,7 +10410,7 @@ spec:
key: controller.default.cache.expiration
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:
latest
image: quay.io/argoproj/argocd:
v2.3.0-rc1
imagePullPolicy: Always
livenessProbe:
httpGet:
...
...
This diff is collapsed.
Click to expand it.
manifests/namespace-install.yaml
+
6
-
6
View file @
7d7eed49
...
...
@@ -7014,7 +7014,7 @@ spec:
-
-n
-
/usr/local/bin/argocd
-
/shared/argocd-dex
image
:
quay.io/argoproj/argocd:
latest
image
:
quay.io/argoproj/argocd:
v2.3.0-rc1
imagePullPolicy
:
Always
name
:
copyutil
volumeMounts
:
...
...
@@ -7047,7 +7047,7 @@ spec:
containers
:
-
command
:
-
argocd-notifications
image
:
quay.io/argoproj/argocd:
latest
image
:
quay.io/argoproj/argocd:
v2.3.0-rc1
imagePullPolicy
:
Always
livenessProbe
:
tcpSocket
:
...
...
@@ -7244,7 +7244,7 @@ spec:
value
:
/helm-working-dir
-
name
:
HELM_DATA_HOME
value
:
/helm-working-dir
image
:
quay.io/argoproj/argocd:
latest
image
:
quay.io/argoproj/argocd:
v2.3.0-rc1
imagePullPolicy
:
Always
livenessProbe
:
failureThreshold
:
3
...
...
@@ -7293,7 +7293,7 @@ spec:
-
-n
-
/usr/local/bin/argocd
-
/var/run/argocd/argocd-cmp-server
image
:
quay.io/argoproj/argocd:
latest
image
:
quay.io/argoproj/argocd:
v2.3.0-rc1
name
:
copyutil
volumeMounts
:
-
mountPath
:
/var/run/argocd
...
...
@@ -7516,7 +7516,7 @@ spec:
key
:
server.http.cookie.maxnumber
name
:
argocd-cmd-params-cm
optional
:
true
image
:
quay.io/argoproj/argocd:
latest
image
:
quay.io/argoproj/argocd:
v2.3.0-rc1
imagePullPolicy
:
Always
livenessProbe
:
httpGet
:
...
...
@@ -7706,7 +7706,7 @@ spec:
key
:
controller.default.cache.expiration
name
:
argocd-cmd-params-cm
optional
:
true
image
:
quay.io/argoproj/argocd:
latest
image
:
quay.io/argoproj/argocd:
v2.3.0-rc1
imagePullPolicy
:
Always
livenessProbe
:
httpGet
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment