Skip to content

Commit

Permalink
Update manifests to v3.0.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
simster7 committed Feb 23, 2021
1 parent 57ed7d3 commit c0c364c
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-rc2"
"version": "v3.0.0-rc3"
},
"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-rc2
image: argoproj/argocli:v3.0.0-rc3
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-rc2
image: argoproj/workflow-controller:v3.0.0-rc3
securityContext:
capabilities:
drop:
Expand All @@ -25,7 +25,7 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v3.0.0-rc2
- argoproj/argoexec:v3.0.0-rc3
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-rc2
image: argoproj/argocli:v3.0.0-rc3
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-rc2
- argoproj/argoexec:v3.0.0-rc3
command:
- workflow-controller
env:
Expand All @@ -605,7 +605,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: argoproj/workflow-controller:v3.0.0-rc2
image: argoproj/workflow-controller:v3.0.0-rc3
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-rc2
image: argoproj/argocli:v3.0.0-rc3
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-rc2
- argoproj/argoexec:v3.0.0-rc3
- --namespaced
command:
- workflow-controller
Expand All @@ -500,7 +500,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: argoproj/workflow-controller:v3.0.0-rc2
image: argoproj/workflow-controller:v3.0.0-rc3
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 @@ -743,7 +743,7 @@ spec:
- server
- --auth-mode
- client
image: argoproj/argocli:v3.0.0-rc2
image: argoproj/argocli:v3.0.0-rc3
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -838,7 +838,7 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v3.0.0-rc2
- argoproj/argoexec:v3.0.0-rc3
- --namespaced
command:
- workflow-controller
Expand All @@ -848,7 +848,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: argoproj/workflow-controller:v3.0.0-rc2
image: argoproj/workflow-controller:v3.0.0-rc3
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 @@ -787,7 +787,7 @@ spec:
- server
- --auth-mode
- client
image: argoproj/argocli:v3.0.0-rc2
image: argoproj/argocli:v3.0.0-rc3
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -927,7 +927,7 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v3.0.0-rc2
- argoproj/argoexec:v3.0.0-rc3
- --namespaced
command:
- workflow-controller
Expand All @@ -937,7 +937,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: argoproj/workflow-controller:v3.0.0-rc2
image: argoproj/workflow-controller:v3.0.0-rc3
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 @@ -787,7 +787,7 @@ spec:
- server
- --auth-mode
- client
image: argoproj/argocli:v3.0.0-rc2
image: argoproj/argocli:v3.0.0-rc3
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -919,7 +919,7 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v3.0.0-rc2
- argoproj/argoexec:v3.0.0-rc3
- --namespaced
command:
- workflow-controller
Expand All @@ -929,7 +929,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: argoproj/workflow-controller:v3.0.0-rc2
image: argoproj/workflow-controller:v3.0.0-rc3
livenessProbe:
httpGet:
path: /metrics
Expand Down

0 comments on commit c0c364c

Please sign in to comment.