Skip to content

Commit

Permalink
Merge branch 'stable' of https://github.com/CAAPIM/apim-charts into k…
Browse files Browse the repository at this point in the history
…s_p523_merge
  • Loading branch information
Kiran Saladi committed Feb 28, 2024
2 parents da5bb9f + 677c8f1 commit 424ce02
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "11.0.00_CR2"
description: This Helm Chart deploys the Layer7 Gateway in Kubernetes.
name: gateway
version: 3.0.22
version: 3.0.23
type: application
home: https://github.com/CAAPIM/apim-charts
maintainers:
Expand Down
3 changes: 3 additions & 0 deletions charts/gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ The Layer7 API Gateway is now running with Java 11 with the release of the v10.1

Things to note and be aware of are the deprecation of TLSv1.0/TLSv1.1 and the JAVA_HOME dir has gone through some changes as well.

## 3.0.23 OTK 4.6.2_202402 Released
- Updated OTK image version value

## 3.0.22 General Updates
- Updated Chart ci values
- no impact
Expand Down
2 changes: 1 addition & 1 deletion charts/gateway/production-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ otk:
job:
image:
repository: caapim/otk-install
tag: 4.6.2
tag: 4.6.2_202402
pullPolicy: IfNotPresent
imagePullSecret:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion charts/gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ otk:
job:
image:
repository: caapim/otk-install
tag: 4.6.2
tag: 4.6.2_202402
pullPolicy: IfNotPresent
imagePullSecret:
enabled: false
Expand Down

0 comments on commit 424ce02

Please sign in to comment.