Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Argo Cd
Commits
ed734fed
Commit
ed734fed
authored
3 years ago
by
argo-bot
Browse files
Options
Download
Email Patches
Plain Diff
Bump version to 2.3.0-rc4
parent
7414f2d4
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 @
ed734fed
...
...
@@ -5,7 +5,7 @@ kind: Kustomization
images
:
-
name
:
quay.io/argoproj/argocd
newName
:
quay.io/argoproj/argocd
newTag
:
v2.3.0-rc
2
newTag
:
v2.3.0-rc
4
resources
:
-
./application-controller
-
./dex
...
...
This diff is collapsed.
Click to expand it.
manifests/core-install.yaml
+
3
-
3
View file @
ed734fed
...
...
@@ -16794,7 +16794,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:v2.3.0-rc
2
image: quay.io/argoproj/argocd:v2.3.0-rc
4
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
...
...
@@ -16843,7 +16843,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
image: quay.io/argoproj/argocd:v2.3.0-rc
2
image: quay.io/argoproj/argocd:v2.3.0-rc
4
name: copyutil
volumeMounts:
- mountPath: /var/run/argocd
...
...
@@ -17008,7 +17008,7 @@ spec:
key: controller.default.cache.expiration
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.3.0-rc
2
image: quay.io/argoproj/argocd:v2.3.0-rc
4
imagePullPolicy: Always
livenessProbe:
httpGet:
...
...
This diff is collapsed.
Click to expand it.
manifests/core-install/kustomization.yaml
+
1
-
1
View file @
ed734fed
...
...
@@ -11,4 +11,4 @@ resources:
images
:
-
name
:
quay.io/argoproj/argocd
newName
:
quay.io/argoproj/argocd
newTag
:
v2.3.0-rc
2
newTag
:
v2.3.0-rc
4
This diff is collapsed.
Click to expand it.
manifests/ha/base/kustomization.yaml
+
1
-
1
View file @
ed734fed
...
...
@@ -11,7 +11,7 @@ patchesStrategicMerge:
images
:
-
name
:
quay.io/argoproj/argocd
newName
:
quay.io/argoproj/argocd
newTag
:
v2.3.0-rc
2
newTag
:
v2.3.0-rc
4
resources
:
-
../../base/application-controller
-
../../base/dex
...
...
This diff is collapsed.
Click to expand it.
manifests/ha/install.yaml
+
6
-
6
View file @
ed734fed
...
...
@@ -17618,7 +17618,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:v2.3.0-rc
2
image: quay.io/argoproj/argocd:v2.3.0-rc
4
imagePullPolicy: Always
name: copyutil
volumeMounts:
...
...
@@ -17651,7 +17651,7 @@ spec:
containers:
- command:
- argocd-notifications
image: quay.io/argoproj/argocd:v2.3.0-rc
2
image: quay.io/argoproj/argocd:v2.3.0-rc
4
imagePullPolicy: Always
livenessProbe:
tcpSocket:
...
...
@@ -17884,7 +17884,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:v2.3.0-rc
2
image: quay.io/argoproj/argocd:v2.3.0-rc
4
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
...
...
@@ -17933,7 +17933,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
image: quay.io/argoproj/argocd:v2.3.0-rc
2
image: quay.io/argoproj/argocd:v2.3.0-rc
4
name: copyutil
volumeMounts:
- mountPath: /var/run/argocd
...
...
@@ -18160,7 +18160,7 @@ spec:
key: server.http.cookie.maxnumber
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.3.0-rc
2
image: quay.io/argoproj/argocd:v2.3.0-rc
4
imagePullPolicy: Always
livenessProbe:
httpGet:
...
...
@@ -18356,7 +18356,7 @@ spec:
key: controller.default.cache.expiration
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.3.0-rc
2
image: quay.io/argoproj/argocd:v2.3.0-rc
4
imagePullPolicy: Always
livenessProbe:
httpGet:
This diff is collapsed.
Click to expand it.
manifests/ha/namespace-install.yaml
+
6
-
6
View file @
ed734fed
...
...
@@ -14914,7 +14914,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:v2.3.0-rc
2
image: quay.io/argoproj/argocd:v2.3.0-rc
4
imagePullPolicy: Always
name: copyutil
volumeMounts:
...
...
@@ -14947,7 +14947,7 @@ spec:
containers:
- command:
- argocd-notifications
image: quay.io/argoproj/argocd:v2.3.0-rc
2
image: quay.io/argoproj/argocd:v2.3.0-rc
4
imagePullPolicy: Always
livenessProbe:
tcpSocket:
...
...
@@ -15180,7 +15180,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:v2.3.0-rc
2
image: quay.io/argoproj/argocd:v2.3.0-rc
4
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
...
...
@@ -15229,7 +15229,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
image: quay.io/argoproj/argocd:v2.3.0-rc
2
image: quay.io/argoproj/argocd:v2.3.0-rc
4
name: copyutil
volumeMounts:
- mountPath: /var/run/argocd
...
...
@@ -15456,7 +15456,7 @@ spec:
key: server.http.cookie.maxnumber
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.3.0-rc
2
image: quay.io/argoproj/argocd:v2.3.0-rc
4
imagePullPolicy: Always
livenessProbe:
httpGet:
...
...
@@ -15652,7 +15652,7 @@ spec:
key: controller.default.cache.expiration
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.3.0-rc
2
image: quay.io/argoproj/argocd:v2.3.0-rc
4
imagePullPolicy: Always
livenessProbe:
httpGet:
...
...
This diff is collapsed.
Click to expand it.
manifests/install.yaml
+
6
-
6
View file @
ed734fed
...
...
@@ -16988,7 +16988,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:v2.3.0-rc
2
image: quay.io/argoproj/argocd:v2.3.0-rc
4
imagePullPolicy: Always
name: copyutil
volumeMounts:
...
...
@@ -17021,7 +17021,7 @@ spec:
containers:
- command:
- argocd-notifications
image: quay.io/argoproj/argocd:v2.3.0-rc
2
image: quay.io/argoproj/argocd:v2.3.0-rc
4
imagePullPolicy: Always
livenessProbe:
tcpSocket:
...
...
@@ -17218,7 +17218,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:v2.3.0-rc
2
image: quay.io/argoproj/argocd:v2.3.0-rc
4
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
...
...
@@ -17267,7 +17267,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
image: quay.io/argoproj/argocd:v2.3.0-rc
2
image: quay.io/argoproj/argocd:v2.3.0-rc
4
name: copyutil
volumeMounts:
- mountPath: /var/run/argocd
...
...
@@ -17490,7 +17490,7 @@ spec:
key: server.http.cookie.maxnumber
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.3.0-rc
2
image: quay.io/argoproj/argocd:v2.3.0-rc
4
imagePullPolicy: Always
livenessProbe:
httpGet:
...
...
@@ -17680,7 +17680,7 @@ spec:
key: controller.default.cache.expiration
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.3.0-rc
2
image: quay.io/argoproj/argocd:v2.3.0-rc
4
imagePullPolicy: Always
livenessProbe:
httpGet:
...
...
This diff is collapsed.
Click to expand it.
manifests/namespace-install.yaml
+
6
-
6
View file @
ed734fed
...
...
@@ -14284,7 +14284,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:v2.3.0-rc
2
image: quay.io/argoproj/argocd:v2.3.0-rc
4
imagePullPolicy: Always
name: copyutil
volumeMounts:
...
...
@@ -14317,7 +14317,7 @@ spec:
containers:
- command:
- argocd-notifications
image: quay.io/argoproj/argocd:v2.3.0-rc
2
image: quay.io/argoproj/argocd:v2.3.0-rc
4
imagePullPolicy: Always
livenessProbe:
tcpSocket:
...
...
@@ -14514,7 +14514,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:v2.3.0-rc
2
image: quay.io/argoproj/argocd:v2.3.0-rc
4
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
...
...
@@ -14563,7 +14563,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
image: quay.io/argoproj/argocd:v2.3.0-rc
2
image: quay.io/argoproj/argocd:v2.3.0-rc
4
name: copyutil
volumeMounts:
- mountPath: /var/run/argocd
...
...
@@ -14786,7 +14786,7 @@ spec:
key: server.http.cookie.maxnumber
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.3.0-rc
2
image: quay.io/argoproj/argocd:v2.3.0-rc
4
imagePullPolicy: Always
livenessProbe:
httpGet:
...
...
@@ -14976,7 +14976,7 @@ spec:
key: controller.default.cache.expiration
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.3.0-rc
2
image: quay.io/argoproj/argocd:v2.3.0-rc
4
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
Menu
Projects
Groups
Snippets
Help