diff --git a/charts/ping-devops/Chart.yaml b/charts/ping-devops/Chart.yaml index fa19894f..2eed71df 100644 --- a/charts/ping-devops/Chart.yaml +++ b/charts/ping-devops/Chart.yaml @@ -4,11 +4,11 @@ apiVersion: v2 name: ping-devops ######################################################################## -# 0.10.2 - Refer to http://helm.pingidentity.com/release-notes/currentRelease +# 0.10.3 - Refer to http://helm.pingidentity.com/release-notes/currentRelease ######################################################################## -version: 0.10.2 -description: Ping Identity helm charts - 03/01/2024 +version: 0.10.3 +description: Ping Identity helm charts - 03/29/2024 type: application home: https://helm.pingidentity.com/ icon: https://helm.pingidentity.com/img/logos/ping.png -appVersion: "2402" +appVersion: "2403" diff --git a/charts/ping-devops/values.yaml b/charts/ping-devops/values.yaml index e15c0223..fed3823c 100644 --- a/charts/ping-devops/values.yaml +++ b/charts/ping-devops/values.yaml @@ -192,7 +192,7 @@ global: # By default the images uses will be indicated by these # variables. An example might look like: # - # pingidentity/pingdataconsole:2402 (February, 2024) + # pingidentity/pingdataconsole:2403 (March, 2024) # # @param global.image.repository Default image registry # @desc is not the fully-qualified name of the image @@ -208,7 +208,7 @@ global: # @desc Example: image.name: pingfederate # # @param global.image.tag Default image tag - # @default 2402 + # @default 2403 # # @param global.image.pullPolicy Default image pull policy # @default IfNotPresent @@ -217,7 +217,7 @@ global: repository: pingidentity repositoryFqn: name: - tag: "2402" + tag: "2403" pullPolicy: IfNotPresent ############################################################ @@ -808,7 +808,7 @@ sidecars: {} # sidecars: # logger: # name: log-container -# image: pingidentity/pingtoolkit:2402 +# image: pingidentity/pingtoolkit:2403 # volumeMounts: # - mountPath: /tmp/logs/ # name: logger @@ -825,7 +825,7 @@ initContainers: {} # initContainers: # init-example: # name: 01-init -# image: pingidentity/pingtoolkit:2402 +# image: pingidentity/pingtoolkit:2403 # command: ['sh', '-c', 'echo "InitContainer 1"'] ############################################################# @@ -874,7 +874,7 @@ ldap-sdk-tools: name: ldap-sdk-tools repository: pingidentity repositoryFqn: - tag: "2402" + tag: "2403" pullPolicy: IfNotPresent container: @@ -1673,7 +1673,7 @@ pd-replication-timing: name: pingtoolkit repository: pingidentity repositoryFqn: - tag: "2402" + tag: "2403" pullPolicy: IfNotPresent envs: @@ -1695,7 +1695,7 @@ pingtoolkit: name: pingtoolkit repository: pingidentity repositoryFqn: - tag: "2402" + tag: "2403" pullPolicy: IfNotPresent ############################################################# diff --git a/docs/config/supported-values.md b/docs/config/supported-values.md index 9c1d9a7c..8011ab84 100644 --- a/docs/config/supported-values.md +++ b/docs/config/supported-values.md @@ -36,7 +36,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 | `2402` | +| `global.image.tag` | Default image tag | `2403` | | `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_` | diff --git a/docs/index.yaml b/docs/index.yaml index b44eef14..244cf869 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -1,6 +1,18 @@ apiVersion: v1 entries: ping-devops: + - apiVersion: v2 + appVersion: "2403" + created: "2024-03-29T10:48:40.813536-05:00" + description: Ping Identity helm charts - 03/29/2024 + digest: 4d39af8ae87c9defa092815dc3737ebc82eac39aaf0629a92b4d181104caee12 + 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.10.3/ping-devops-0.10.3.tgz + version: 0.10.3 - apiVersion: v2 appVersion: "2402" created: "2024-03-01T10:00:54.060754-06:00" @@ -1116,4 +1128,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: "2024-03-01T10:00:54.056159-06:00" +generated: "2024-03-29T10:48:40.808241-05:00" diff --git a/docs/release-notes/currentRelease.md b/docs/release-notes/currentRelease.md index b1be5de0..884fd108 100644 --- a/docs/release-notes/currentRelease.md +++ b/docs/release-notes/currentRelease.md @@ -1,4 +1,4 @@ # Release Notes -## Release 0.10.2 (March 1, 2024) +## Release 0.10.3 (March 29, 2024) ### Features ### - - Updated default global image tag to `2402`. + - Updated default global image tag to `2403`. diff --git a/docs/release-notes/previousReleases.md b/docs/release-notes/previousReleases.md index 4abeb628..d9604731 100644 --- a/docs/release-notes/previousReleases.md +++ b/docs/release-notes/previousReleases.md @@ -1,4 +1,8 @@ # Release Notes +## Release 0.10.2 (March 1, 2024) +### Features ### + - Updated default global image tag to `2402`. + ## Release 0.10.1 (February 5, 2024) ### Bug Fixes ### - Fix templating failure when not specifying `ingress.spec.ingressClassName` with Ingress enabled.