Skip to content

Commit

Permalink
update application and bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikDK committed Jun 21, 2022
1 parent 4632fb1 commit acec22f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/kong-portal-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: kong-portal-controller
appVersion: "1.2.4"
version: 1.2.4
appVersion: "1.2.5"
version: 1.2.5
description: Automates updating the Kong developer portal when new Api services are deployed
type: application
4 changes: 2 additions & 2 deletions charts/kong-portal-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ serviceAccount:

controller:
image:
url: "henrikdk/kong-portal-controller:20220602-0701b37"
url: "henrikdk/kong-portal-controller:20220621-057288b"
pullPolicy: IfNotPresent

# Specify the ingress suffix (eg sub-domain.domain.tld) of API's deployed to the cluster that this instance of the portal controller will handle.
Expand Down Expand Up @@ -92,7 +92,7 @@ mergeApi:
# Enabling this feature deployes a UI service to expose the merged api and creates an ingress to allow access to the documentation.
portal:
image:
url: "henrikdk/kong-portal-ui:20220602-0701b37"
url: "henrikdk/kong-portal-ui:20220621-057288b"
pullPolicy: IfNotPresent

enabled: false
Expand Down

0 comments on commit acec22f

Please sign in to comment.