Skip to content

Commit f6e9af6

Browse files
author
Robin Lenz
committed
update versions
1 parent 3781f21 commit f6e9af6

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

base/artifactShipper/kustomization.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33

44
resources:
5-
- github-token-external-secret.yaml
65
- job.yaml

sample/base/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ images:
1111
- name: ghcr.io/5minds/processcube_authority
1212
newTag: 3.2.0
1313
- name: ghcr.io/5minds/processcube_engine
14-
newTag: 19.0.0-extensions-2.3.0
14+
newTag: 19.2.1-extensions-2.3.0
1515
- name: ghcr.io/5minds/processcube_lowcode
16-
newTag: 6.1.1
16+
newTag: 7.0.2
1717
- name: postgres
1818
newTag: "17"

base/artifactShipper/github-token-external-secret.yaml renamed to sample/overlays/dev/artifactShipper/github-token-external-secret.yaml

File renamed without changes.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
apiVersion: kustomize.config.k8s.io/v1beta1
2+
kind: Kustomization
3+
4+
resources:
5+
- github-token-external-secret.yaml

0 commit comments

Comments
 (0)