Skip to content

Commit

Permalink
Update manifests to v3.0.0-rc7
Browse files Browse the repository at this point in the history
  • Loading branch information
simster7 committed Mar 16, 2021
1 parent fb676b4 commit 8049ed8
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion api/openapi-spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"info": {
"description": "You can get examples of requests and responses by using the CLI with `--gloglevel=9`, e.g. `argo list --gloglevel=9`",
"title": "Argo Server API",
"version": "v3.0.0-rc6"
"version": "v3.0.0-rc7"
},
"paths": {
"/api/v1/archived-workflows": {
Expand Down
2 changes: 1 addition & 1 deletion manifests/base/argo-server/argo-server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
serviceAccountName: argo-server
containers:
- name: argo-server
image: argoproj/argocli:v3.0.0-rc6
image: argoproj/argocli:v3.0.0-rc7
securityContext:
capabilities:
drop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
serviceAccountName: argo
containers:
- name: workflow-controller
image: argoproj/workflow-controller:v3.0.0-rc6
image: argoproj/workflow-controller:v3.0.0-rc7
securityContext:
capabilities:
drop:
Expand All @@ -25,7 +25,7 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v3.0.0-rc6
- argoproj/argoexec:v3.0.0-rc7
env:
- name: LEADER_ELECTION_IDENTITY
valueFrom:
Expand Down
6 changes: 3 additions & 3 deletions manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ spec:
containers:
- args:
- server
image: argoproj/argocli:v3.0.0-rc6
image: argoproj/argocli:v3.0.0-rc7
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -596,7 +596,7 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v3.0.0-rc6
- argoproj/argoexec:v3.0.0-rc7
command:
- workflow-controller
env:
Expand All @@ -605,7 +605,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: argoproj/workflow-controller:v3.0.0-rc6
image: argoproj/workflow-controller:v3.0.0-rc7
livenessProbe:
httpGet:
path: /metrics
Expand Down
6 changes: 3 additions & 3 deletions manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ spec:
- args:
- server
- --namespaced
image: argoproj/argocli:v3.0.0-rc6
image: argoproj/argocli:v3.0.0-rc7
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -490,7 +490,7 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v3.0.0-rc6
- argoproj/argoexec:v3.0.0-rc7
- --namespaced
command:
- workflow-controller
Expand All @@ -500,7 +500,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: argoproj/workflow-controller:v3.0.0-rc6
image: argoproj/workflow-controller:v3.0.0-rc7
livenessProbe:
httpGet:
path: /metrics
Expand Down
6 changes: 3 additions & 3 deletions manifests/quick-start-minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ spec:
- server
- --auth-mode
- client
image: argoproj/argocli:v3.0.0-rc6
image: argoproj/argocli:v3.0.0-rc7
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -844,7 +844,7 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v3.0.0-rc6
- argoproj/argoexec:v3.0.0-rc7
- --namespaced
command:
- workflow-controller
Expand All @@ -854,7 +854,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: argoproj/workflow-controller:v3.0.0-rc6
image: argoproj/workflow-controller:v3.0.0-rc7
livenessProbe:
httpGet:
path: /metrics
Expand Down
6 changes: 3 additions & 3 deletions manifests/quick-start-mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ spec:
- server
- --auth-mode
- client
image: argoproj/argocli:v3.0.0-rc6
image: argoproj/argocli:v3.0.0-rc7
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -933,7 +933,7 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v3.0.0-rc6
- argoproj/argoexec:v3.0.0-rc7
- --namespaced
command:
- workflow-controller
Expand All @@ -943,7 +943,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: argoproj/workflow-controller:v3.0.0-rc6
image: argoproj/workflow-controller:v3.0.0-rc7
livenessProbe:
httpGet:
path: /metrics
Expand Down
6 changes: 3 additions & 3 deletions manifests/quick-start-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ spec:
- server
- --auth-mode
- client
image: argoproj/argocli:v3.0.0-rc6
image: argoproj/argocli:v3.0.0-rc7
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -925,7 +925,7 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v3.0.0-rc6
- argoproj/argoexec:v3.0.0-rc7
- --namespaced
command:
- workflow-controller
Expand All @@ -935,7 +935,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: argoproj/workflow-controller:v3.0.0-rc6
image: argoproj/workflow-controller:v3.0.0-rc7
livenessProbe:
httpGet:
path: /metrics
Expand Down

0 comments on commit 8049ed8

Please sign in to comment.