Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions common/argo/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v2.8.1
- argoproj/argoexec:v2.9.4
command:
- workflow-controller
image: argoproj/workflow-controller:v2.8.1
image: argoproj/workflow-controller:v2.9.4
name: workflow-controller
serviceAccountName: argo
2 changes: 1 addition & 1 deletion common/argo/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ transformers:
images:
- name: argoproj/workflow-controller
newName: argoproj/workflow-controller
newTag: v2.8.1
newTag: v2.9.4
configurations:
- params.yaml
4 changes: 2 additions & 2 deletions common/argo/base/metadataLabelTransformer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ metadata:
name: metadataLabelTransformer
labels:
app.kubernetes.io/name: argo
app.kubernetes.io/instance: argo-v2.8.1
app.kubernetes.io/instance: argo-v2.9.4
app.kubernetes.io/managed-by: onepanel-cli
app.kubernetes.io/component: argo
app.kubernetes.io/part-of: onepanel
app.kubernetes.io/version: v2.8.1
app.kubernetes.io/version: v2.9.4
fieldSpecs:
- path: metadata/labels
create: true
2 changes: 1 addition & 1 deletion common/argo/base/params.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
executorImage=argoproj/argoexec:v2.8.1
executorImage=argoproj/argoexec:v2.9.4
artifactRepositoryKeyPrefix=artifacts
artifactRepositoryInsecure=false
artifactRepositoryS3AccessKeySecretName=onepanel
Expand Down
2 changes: 1 addition & 1 deletion modeldb/base/service-webapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
app: modeldb
component: webapp
service.onepanel.io/name: modeldb
service.onepanel.io/name: ModelDB
service.onepanel.io/part-of: onepanel
spec:
ports:
Expand Down
2 changes: 1 addition & 1 deletion vars/workflow-config-map-hidden.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
argoExecutorImage=argoproj/argoexec:v2.8.1
argoExecutorImage=argoproj/argoexec:v2.9.4
artifactRepositoryS3AccessKeySecretName=onepanel
artifactRepositoryS3AccessKeySecretKey=artifactRepositoryS3AccessKey
artifactRepositoryS3SecretKeySecretName=onepanel
Expand Down