Skip to content

Commit 5e600ab

Browse files
Merge pull request #1840 from CrowleyRajapakse/new-main
Change kubernetes artifacts for 1.1.0 release
2 parents c1f66c5 + 3d13b4b commit 5e600ab

6 files changed

Lines changed: 13 additions & 13 deletions

File tree

kubernetes/gateway-operator/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Image URL to use all building/pushing image targets
2-
VERSION ?= 0.6.0-SNAPSHOT
2+
VERSION ?= 0.7.0-SNAPSHOT
33
IMG ?= ghcr.io/wso2/api-platform/gateway-operator:$(VERSION)
44
## Default debug image name (can be overridden by setting DEBUG_IMG)
55
DEBUG_IMG ?= $(IMG)-debug

kubernetes/gateway-operator/config/gateway_values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ gateway:
167167
controller:
168168
image:
169169
repository: ghcr.io/wso2/api-platform/gateway-controller
170-
tag: "1.0.0"
170+
tag: "1.1.0"
171171
pullPolicy: Always
172172
imagePullSecrets: []
173173
service:
@@ -307,7 +307,7 @@ gateway:
307307
gatewayRuntime:
308308
image:
309309
repository: ghcr.io/wso2/api-platform/gateway-runtime
310-
tag: "1.0.0"
310+
tag: "1.1.0"
311311
pullPolicy: Always
312312
imagePullSecrets: []
313313
service:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: gateway
33
kubeVersion: ">=1.24.0-0"
44
description: Helm chart for deploying the Gateway Operator components
5-
version: 1.0.1
6-
appVersion: "1.0.0"
5+
version: 1.1.0
6+
appVersion: "1.1.0"
77
type: application
88
home: https://github.com/wso2/api-platform
99
sources:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ gateway:
350350
controller:
351351
image:
352352
repository: ghcr.io/wso2/api-platform/gateway-controller
353-
tag: "1.0.0"
353+
tag: "1.1.0"
354354
pullPolicy: Always
355355
imagePullSecrets: []
356356
service:
@@ -502,7 +502,7 @@ gateway:
502502
gatewayRuntime:
503503
image:
504504
repository: ghcr.io/wso2/api-platform/gateway-runtime
505-
tag: "1.0.0"
505+
tag: "1.1.0"
506506
pullPolicy: Always
507507
imagePullSecrets: []
508508
service:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: gateway-operator
33
description: Helm chart to install the Gateway Operator
44
type: application
5-
version: 0.6.0
6-
appVersion: "0.6.0"
5+
version: 0.7.0
6+
appVersion: "0.7.0"

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ image:
2727
# repository: ghcr.io/wso2/api-platform/gateway-operator
2828
# For local registry: host.docker.internal:5000/gateway-operator
2929
repository: ghcr.io/wso2/api-platform/gateway-operator
30-
tag: "0.6.0"
30+
tag: "0.7.0"
3131
pullPolicy: Always # Uses locally loaded image from nerdctl load
3232

3333
serviceAccount:
@@ -70,7 +70,7 @@ gateway:
7070
controlPlaneHost: "http://platform-api:3001"
7171
helm:
7272
chartName: "oci://ghcr.io/wso2/api-platform/helm-charts/gateway"
73-
chartVersion: "1.0.1"
73+
chartVersion: "1.1.0"
7474
valuesFilePath: "/config/gateway_values.yaml"
7575
# Allow insecure connections to OCI registries (skips TLS verification, still uses HTTPS)
7676
insecureRegistry: false
@@ -414,7 +414,7 @@ gateway:
414414
controller:
415415
image:
416416
repository: ghcr.io/wso2/api-platform/gateway-controller
417-
tag: "1.0.0"
417+
tag: "1.1.0"
418418
pullPolicy: Always
419419
imagePullSecrets: []
420420
service:
@@ -553,7 +553,7 @@ gateway:
553553
gatewayRuntime:
554554
image:
555555
repository: ghcr.io/wso2/api-platform/gateway-runtime
556-
tag: "1.0.0"
556+
tag: "1.1.0"
557557
pullPolicy: Always
558558
imagePullSecrets: []
559559
service:

0 commit comments

Comments
 (0)