diff --git a/charts/ping-devops/Chart.yaml b/charts/ping-devops/Chart.yaml index 2eed71df..49fe77dc 100644 --- a/charts/ping-devops/Chart.yaml +++ b/charts/ping-devops/Chart.yaml @@ -4,11 +4,11 @@ apiVersion: v2 name: ping-devops ######################################################################## -# 0.10.3 - Refer to http://helm.pingidentity.com/release-notes/currentRelease +# 0.10.4 - Refer to http://helm.pingidentity.com/release-notes/currentRelease ######################################################################## -version: 0.10.3 -description: Ping Identity helm charts - 03/29/2024 +version: 0.10.4 +description: Ping Identity helm charts - 05/01/2024 type: application home: https://helm.pingidentity.com/ icon: https://helm.pingidentity.com/img/logos/ping.png -appVersion: "2403" +appVersion: "2404" diff --git a/charts/ping-devops/values.yaml b/charts/ping-devops/values.yaml index fed3823c..9157afe0 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:2403 (March, 2024) + # pingidentity/pingdataconsole:2404 (April, 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 2403 + # @default 2404 # # @param global.image.pullPolicy Default image pull policy # @default IfNotPresent @@ -217,7 +217,7 @@ global: repository: pingidentity repositoryFqn: name: - tag: "2403" + tag: "2404" pullPolicy: IfNotPresent ############################################################ @@ -808,7 +808,7 @@ sidecars: {} # sidecars: # logger: # name: log-container -# image: pingidentity/pingtoolkit:2403 +# image: pingidentity/pingtoolkit:2404 # volumeMounts: # - mountPath: /tmp/logs/ # name: logger @@ -825,7 +825,7 @@ initContainers: {} # initContainers: # init-example: # name: 01-init -# image: pingidentity/pingtoolkit:2403 +# image: pingidentity/pingtoolkit:2404 # command: ['sh', '-c', 'echo "InitContainer 1"'] ############################################################# @@ -874,7 +874,7 @@ ldap-sdk-tools: name: ldap-sdk-tools repository: pingidentity repositoryFqn: - tag: "2403" + tag: "2404" pullPolicy: IfNotPresent container: @@ -1673,7 +1673,7 @@ pd-replication-timing: name: pingtoolkit repository: pingidentity repositoryFqn: - tag: "2403" + tag: "2404" pullPolicy: IfNotPresent envs: @@ -1695,7 +1695,7 @@ pingtoolkit: name: pingtoolkit repository: pingidentity repositoryFqn: - tag: "2403" + tag: "2404" pullPolicy: IfNotPresent ############################################################# diff --git a/docs/config/supported-values.md b/docs/config/supported-values.md index 8011ab84..d0600fd1 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 | `2403` | +| `global.image.tag` | Default image tag | `2404` | | `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 244cf869..10bee6f5 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -1,6 +1,18 @@ apiVersion: v1 entries: ping-devops: + - apiVersion: v2 + appVersion: "2404" + created: "2024-05-01T10:04:52.222211-05:00" + description: Ping Identity helm charts - 05/01/2024 + digest: 24ea243b9f3dc9f9cd4f94dd3aa9db4807d8cc23e33294d357d4bd6d3ac06961 + 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.4/ping-devops-0.10.4.tgz + version: 0.10.4 - apiVersion: v2 appVersion: "2403" created: "2024-03-29T10:48:40.813536-05:00" @@ -1128,4 +1140,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-29T10:48:40.808241-05:00" +generated: "2024-05-01T10:04:52.217374-05:00" diff --git a/docs/release-notes/currentRelease.md b/docs/release-notes/currentRelease.md index 884fd108..0c954cad 100644 --- a/docs/release-notes/currentRelease.md +++ b/docs/release-notes/currentRelease.md @@ -1,4 +1,4 @@ # Release Notes -## Release 0.10.3 (March 29, 2024) +## Release 0.10.4 (May 1, 2024) ### Features ### - - Updated default global image tag to `2403`. + - Updated default global image tag to `2404`. diff --git a/docs/release-notes/previousReleases.md b/docs/release-notes/previousReleases.md index d9604731..9d4f70d5 100644 --- a/docs/release-notes/previousReleases.md +++ b/docs/release-notes/previousReleases.md @@ -1,4 +1,8 @@ # Release Notes +## Release 0.10.3 (March 29, 2024) +### Features ### + - Updated default global image tag to `2403`. + ## Release 0.10.2 (March 1, 2024) ### Features ### - Updated default global image tag to `2402`.