Skip to content

Commit

Permalink
chore: bump kong image to 3.2 in manifests (#3804)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6b00bfa)
  • Loading branch information
randmonkey authored and github-actions[bot] committed Mar 27, 2023
1 parent 622b07a commit 3e5e23d
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 14 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ Adding a new version? You'll need three changes:
- Adding the `konghq.com/tags: csv,of,tags` annotation will add tags to
generated resources.
[#3778](https:/Kong/kubernetes-ingress-controller/pull/3778)
- Bumped Kong version in manifests to 3.2.
[#3804](https:/Kong/kubernetes-ingress-controller/pull/3804)

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions config/image/enterprise/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kind: Component
images:
- name: kong
newName: kong/kong-gateway
newTag: '3.1'
newTag: '3.2'
- name: kong-placeholder
newName: kong/kong-gateway
newTag: '3.1'
newTag: '3.2'
2 changes: 1 addition & 1 deletion config/image/oss/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Component
images:
- name: kong-placeholder
newName: kong
newTag: '3.1'
newTag: '3.2'
- name: kic-placeholder
newName: kong/kubernetes-ingress-controller
newTag: '2.8.1'
2 changes: 1 addition & 1 deletion deploy/single/all-in-one-dbless-konnect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1797,7 +1797,7 @@ spec:
value: /dev/stderr
- name: KONG_ROUTER_FLAVOR
value: traditional
image: kong:3.1
image: kong:3.2
lifecycle:
preStop:
exec:
Expand Down
2 changes: 1 addition & 1 deletion deploy/single/all-in-one-dbless-legacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1673,7 +1673,7 @@ spec:
value: /dev/stderr
- name: KONG_ROUTER_FLAVOR
value: traditional
image: kong:3.1
image: kong:3.2
lifecycle:
preStop:
exec:
Expand Down
2 changes: 1 addition & 1 deletion deploy/single/all-in-one-dbless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1782,7 +1782,7 @@ spec:
value: /dev/stderr
- name: KONG_ROUTER_FLAVOR
value: traditional
image: kong:3.1
image: kong:3.2
lifecycle:
preStop:
exec:
Expand Down
8 changes: 4 additions & 4 deletions deploy/single/all-in-one-postgres-enterprise.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1736,7 +1736,7 @@ spec:
value: /dev/stderr
- name: KONG_ROUTER_FLAVOR
value: traditional
image: kong/kong-gateway:3.1
image: kong/kong-gateway:3.2
lifecycle:
preStop:
exec:
Expand Down Expand Up @@ -1855,7 +1855,7 @@ spec:
value: postgres
- name: KONG_PG_PASSWORD
value: kong
image: kong/kong-gateway:3.1
image: kong/kong-gateway:3.2
name: wait-for-migrations
serviceAccountName: kong-serviceaccount
volumes:
Expand Down Expand Up @@ -1954,7 +1954,7 @@ spec:
value: postgres
- name: KONG_PG_PORT
value: "5432"
image: kong/kong-gateway:3.1
image: kong/kong-gateway:3.2
name: kong-migrations
imagePullSecrets:
- name: kong-enterprise-edition-docker
Expand All @@ -1969,7 +1969,7 @@ spec:
value: postgres
- name: KONG_PG_PORT
value: "5432"
image: kong/kong-gateway:3.1
image: kong/kong-gateway:3.2
name: wait-for-postgres
restartPolicy: OnFailure
---
Expand Down
8 changes: 4 additions & 4 deletions deploy/single/all-in-one-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1691,7 +1691,7 @@ spec:
value: /dev/stderr
- name: KONG_ROUTER_FLAVOR
value: traditional
image: kong:3.1
image: kong:3.2
lifecycle:
preStop:
exec:
Expand Down Expand Up @@ -1792,7 +1792,7 @@ spec:
value: postgres
- name: KONG_PG_PASSWORD
value: kong
image: kong:3.1
image: kong:3.2
name: wait-for-migrations
serviceAccountName: kong-serviceaccount
volumes:
Expand Down Expand Up @@ -1881,7 +1881,7 @@ spec:
value: postgres
- name: KONG_PG_PORT
value: "5432"
image: kong:3.1
image: kong:3.2
name: kong-migrations
initContainers:
- command:
Expand All @@ -1894,7 +1894,7 @@ spec:
value: postgres
- name: KONG_PG_PORT
value: "5432"
image: kong:3.1
image: kong:3.2
name: wait-for-postgres
restartPolicy: OnFailure
---
Expand Down

0 comments on commit 3e5e23d

Please sign in to comment.