Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions kubernetes/helm/gateway-helm-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: gateway
kubeVersion: ">=1.24.0-0"
description: Helm chart for deploying the Gateway Operator components
version: 1.2.0
appVersion: "1.2.0-SNAPSHOT"
version: 1.1.1
appVersion: "1.1.0"
type: application
home: https://github.com/wso2/api-platform
sources:
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/helm/gateway-helm-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ gateway:
controller:
image:
repository: ghcr.io/wso2/api-platform/gateway-controller
tag: "1.2.0-SNAPSHOT"
tag: "1.1.0"
pullPolicy: Always
imagePullSecrets: []
service:
Expand Down Expand Up @@ -557,7 +557,7 @@ gateway:
gatewayRuntime:
image:
repository: ghcr.io/wso2/api-platform/gateway-runtime
tag: "1.2.0-SNAPSHOT"
tag: "1.1.0"
pullPolicy: Always
imagePullSecrets: []
service:
Expand Down
Loading