Skip to content

Commit f357590

Browse files
authored
Bump image and chart versions to 0.3.0 in gateway and operator Helm charts (#781)
2 parents ac06858 + d68bec6 commit f357590

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

kubernetes/helm/gateway-helm-chart/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ gateway:
312312
controller:
313313
image:
314314
repository: ghcr.io/wso2/api-platform/gateway-controller
315-
tag: "0.2.0"
315+
tag: "0.3.0"
316316
pullPolicy: Always
317317
imagePullSecrets: []
318318
service:
@@ -447,7 +447,7 @@ gateway:
447447
router:
448448
image:
449449
repository: ghcr.io/wso2/api-platform/gateway-router
450-
tag: "0.2.0"
450+
tag: "0.3.0"
451451
pullPolicy: Always
452452
imagePullSecrets: []
453453
service:
@@ -504,7 +504,7 @@ gateway:
504504
policyEngine:
505505
image:
506506
repository: ghcr.io/wso2/api-platform/policy-engine
507-
tag: "0.2.0"
507+
tag: "0.3.0"
508508
pullPolicy: Always
509509
imagePullSecrets: []
510510
service:

kubernetes/helm/operator-helm-chart/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ image:
1212
# repository: ghcr.io/wso2/api-platform/gateway-operator
1313
# For local registry: host.docker.internal:5000/gateway-operator
1414
repository: ghcr.io/wso2/api-platform/gateway-operator
15-
tag: "0.2.0"
15+
tag: "0.3.0"
1616
pullPolicy: Always # Uses locally loaded image from nerdctl load
1717

1818
serviceAccount:
@@ -55,7 +55,7 @@ gateway:
5555
controlPlaneHost: "http://platform-api:3001"
5656
helm:
5757
chartName: "oci://ghcr.io/wso2/api-platform/helm-charts/gateway"
58-
chartVersion: "0.2.0"
58+
chartVersion: "0.3.0"
5959
valuesFilePath: "/config/gateway_values.yaml"
6060
# Allow insecure connections to OCI registries (skips TLS verification, still uses HTTPS)
6161
insecureRegistry: false
@@ -370,7 +370,7 @@ gateway:
370370
controller:
371371
image:
372372
repository: ghcr.io/wso2/api-platform/gateway-controller
373-
tag: "0.2.0"
373+
tag: "0.3.0"
374374
pullPolicy: Always
375375
imagePullSecrets: []
376376
service:
@@ -501,7 +501,7 @@ gateway:
501501
router:
502502
image:
503503
repository: ghcr.io/wso2/api-platform/gateway-router
504-
tag: "0.2.0"
504+
tag: "0.3.0"
505505
pullPolicy: Always
506506
imagePullSecrets: []
507507
service:
@@ -558,7 +558,7 @@ gateway:
558558
policyEngine:
559559
image:
560560
repository: ghcr.io/wso2/api-platform/policy-engine
561-
tag: "0.2.0"
561+
tag: "0.3.0"
562562
pullPolicy: Always
563563
imagePullSecrets: []
564564
service:

0 commit comments

Comments
 (0)