diff --git a/charts/ping-devops/Chart.yaml b/charts/ping-devops/Chart.yaml index 220db75d..d7947f49 100644 --- a/charts/ping-devops/Chart.yaml +++ b/charts/ping-devops/Chart.yaml @@ -4,11 +4,11 @@ apiVersion: v2 name: ping-devops ######################################################################## -# 0.9.7 - Refer to http://helm.pingidentity.com/release-notes/currentRelease +# 0.9.8 - Refer to http://helm.pingidentity.com/release-notes/currentRelease ######################################################################## -version: 0.9.7 -description: Ping Identity helm charts - 11/02/22 +version: 0.9.8 +description: Ping Identity helm charts - 12/05/22 type: application home: https://helm.pingidentity.com/ icon: https://helm.pingidentity.com/img/logos/ping.png -appVersion: "2210" +appVersion: "2211" diff --git a/charts/ping-devops/values.yaml b/charts/ping-devops/values.yaml index 3b1e5c1a..e0ce8e64 100644 --- a/charts/ping-devops/values.yaml +++ b/charts/ping-devops/values.yaml @@ -179,7 +179,7 @@ global: # By default the images uses will be indicated by these # variables. An example might look like: # - # pingidentity/pingdataconsole:2210 (October, 2022) + # pingidentity/pingdataconsole:2211 (November, 2022) # # @param global.image.repository Default image registry # @desc is not the fully-qualified name of the image @@ -195,7 +195,7 @@ global: # @desc Example: image.name: pingfederate # # @param global.image.tag Default image tag - # @default 2210 + # @default 2211 # # @param global.image.pullPolicy Default image pull policy # @default IfNotPresent @@ -204,7 +204,7 @@ global: repository: pingidentity repositoryFqn: name: - tag: "2210" + tag: "2211" pullPolicy: IfNotPresent ############################################################ @@ -776,7 +776,7 @@ sidecars: {} # sidecars: # logger: # name: log-container -# image: pingidentity/pingtoolkit:2210 +# image: pingidentity/pingtoolkit:2211 # volumeMounts: # - mountPath: /tmp/logs/ # name: logger @@ -793,7 +793,7 @@ initContainers: {} # initContainers: # init-example: # name: 01-init -# image: pingidentity/pingtoolkit:2210 +# image: pingidentity/pingtoolkit:2211 # command: ['sh', '-c', 'echo "InitContainer 1"'] ############################################################# diff --git a/docs/config/supported-values.md b/docs/config/supported-values.md index 40f33569..f737186d 100644 --- a/docs/config/supported-values.md +++ b/docs/config/supported-values.md @@ -34,7 +34,7 @@ overridden by default (workloads, services, etc.). | `global.image.repository` | Default image registry is not the fully-qualified name of the image Example: image.repository: pingidentity, docker.io, 123.dkr.ecr.us-west-1.amazonaws.com | `pingidentity` | | `global.image.repositoryFqn` | Docker image repository fully-qualified name. Overrides image.repository and image.name on the pod image spec Example: image.repositoryFqn: pingidentity/pingfederate, docker.io/my-pingfederate | | | `global.image.name` | Default image name MUST be set in child chart Example: image.name: pingfederate | | -| `global.image.tag` | Default image tag | `2210` | +| `global.image.tag` | Default image tag | `2211` | | `global.image.pullPolicy` | Default image pull policy | `IfNotPresent` | | `global.rbac.generateServiceAccount` | Set to true to generate a service account for the workload. | `false` | | `global.rbac.serviceAccountName` | Name of the service account that will be generated. The default value of "_defaultServiceAccountName_" will result in a service account named based on the Helm installation and the specific workload being deployed. If generateServiceAccount and generateGlobalServiceAccount are false, this value can also refer to a service account created outside of Helm. | `_defaultServiceAccountName_` | @@ -117,7 +117,7 @@ overridden by default (workloads, services, etc.). ### Image/Product values | Name | Description | Default | -|--------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| ------------------------ | +| ------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ | | `ldap-sdk-tools` | LDAP SDK tools values | | | `ldap-sdk-tools.enabled` | Enable LDAP SDK tools deployment | `false` | | `pingfederate-admin` | PingFederate admin values | | diff --git a/docs/index.yaml b/docs/index.yaml index 44a0d144..93df303e 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -1,9 +1,21 @@ apiVersion: v1 entries: ping-devops: + - apiVersion: v2 + appVersion: "2211" + created: "2022-12-05T11:25:15.39319-06:00" + description: Ping Identity helm charts - 12/05/22 + digest: df3a99de6371c807b4e7901627672d3ed8819f6f9b30e3d8f3518a10c326fda4 + home: https://helm.pingidentity.com/ + icon: https://helm.pingidentity.com/img/logos/ping.png + name: ping-devops + type: application + urls: + - https://github.com/pingidentity/helm-charts/releases/download/ping-devops-0.9.8/ping-devops-0.9.8.tgz + version: 0.9.8 - apiVersion: v2 appVersion: "2210" - created: "2022-11-02T14:34:51.038134-05:00" + created: "2022-12-05T11:25:15.387935-06:00" description: Ping Identity helm charts - 11/02/22 digest: 6a37ee527dd31c6730cf3221d61c181aec69ab9b68d803079fdbf6b89da21a20 home: https://helm.pingidentity.com/ @@ -11,7 +23,7 @@ entries: name: ping-devops type: application urls: - - https://github.com/pingidentity/helm-charts/releases/download/ping-devops-0.9.7/ping-devops-0.9.7.tgz + - https://github.com/pingidentity/helm-charts/releases/download/ping-devops-0.9.8/ping-devops-0.9.7.tgz version: 0.9.7 - apiVersion: v2 appVersion: "2209" @@ -900,4 +912,4 @@ entries: urls: - https://github.com/pingidentity/helm-charts/releases/download/ping-devops-0.2.0/ping-devops-0.2.0.tgz version: 0.2.0 -generated: "2022-11-02T14:34:51.03303-05:00" +generated: "2022-12-05T11:25:15.379968-06:00" diff --git a/docs/release-notes/currentRelease.md b/docs/release-notes/currentRelease.md index 15182061..9c819612 100644 --- a/docs/release-notes/currentRelease.md +++ b/docs/release-notes/currentRelease.md @@ -1,4 +1,9 @@ # Release Notes -## Release 0.9.7 (November 02, 2022) +## Release 0.9.8 (December 05, 2022) ### Features ### - - Updated default global image tag to `2210`. + - Updated default global image tag to `2211`. + - Custom annotations can now be specified for Services. + +### Defects ### + - Fixed HorizontalPodAutoscaler autoscalingMetricsTemplate being inserted in the wrong location in the generated yaml. + - Fixed the documentation in values.yaml referring to `pingdirectory.cronjob.jobspec` rather than the correct value `pingdirectory.cronjob.jobTemplate` diff --git a/docs/release-notes/previousReleases.md b/docs/release-notes/previousReleases.md index e8e8b552..b8d299b3 100644 --- a/docs/release-notes/previousReleases.md +++ b/docs/release-notes/previousReleases.md @@ -1,4 +1,8 @@ # Release Notes +## Release 0.9.7 (November 02, 2022) +### Features ### + - Updated default global image tag to `2210`. + ## Release 0.9.6 (October 04, 2022) ### Features ### - Updated default global image tag to `2209`.