File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Image URL to use all building/pushing image targets
2- VERSION ?= 0.6 .0-SNAPSHOT
2+ VERSION ?= 0.7 .0-SNAPSHOT
33IMG ?= ghcr.io/wso2/api-platform/gateway-operator:$(VERSION )
44# # Default debug image name (can be overridden by setting DEBUG_IMG)
55DEBUG_IMG ?= $(IMG ) -debug
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : gateway
33kubeVersion : " >=1.24.0-0"
44description : 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"
77type : application
88home : https://github.com/wso2/api-platform
99sources :
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
22name : gateway-operator
33description : Helm chart to install the Gateway Operator
44type : application
5- version : 0.6 .0
6- appVersion : " 0.6 .0"
5+ version : 0.7 .0
6+ appVersion : " 0.7 .0"
Original file line number Diff line number Diff line change 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
3333serviceAccount :
@@ -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 :
You can’t perform that action at this time.
0 commit comments