Skip to content

Commit a33e73f

Browse files
authored
Fix default version, add to ci (#1021)
1 parent 1349a4d commit a33e73f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

charts/images.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5905,7 +5905,7 @@ imagesForVersion:
59055905
scheduler:
59065906
repository: keppel.global.cloud.sap/ccloud-registry-k8s-io-mirror/kube-scheduler
59075907
tag: v1.29.13
5908-
supported: true
5908+
supported: false
59095909
wormhole:
59105910
repository: keppel.global.cloud.sap/ccloud/kubernikus
59115911
tag: changeme
@@ -7467,7 +7467,7 @@ imagesForVersion:
74677467
dashboardProxy:
74687468
repository: keppel.global.cloud.sap/ccloud/keycloak-gatekeeper
74697469
tag: 6.0.1
7470-
default: true
7470+
default: false
74717471
dex:
74727472
repository: keppel.global.cloud.sap/ccloud/dex
74737473
tag: 38f4f8ea8d487470a1dd5b83d66b428d8b502f81
@@ -7887,7 +7887,7 @@ imagesForVersion:
78877887
dashboardProxy:
78887888
repository: keppel.global.cloud.sap/ccloud/keycloak-gatekeeper
78897889
tag: 6.0.1
7890-
default: true
7890+
default: false
78917891
dex:
78927892
repository: keppel.global.cloud.sap/ccloud/dex
78937893
tag: 38f4f8ea8d487470a1dd5b83d66b428d8b502f81

ci/pipeline.yaml.erb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
require 'yaml'
33

44
VERSIONS = [
5+
'1.33.2',
6+
'1.32.6',
57
'1.31.10',
6-
'1.30.14',
7-
'1.29.13'
8+
'1.30.14'
89
]
910

1011
REGIONS = {

0 commit comments

Comments
 (0)