Skip to content

Commit

Permalink
Merge branch 'rel0.10.7' into 'master'
Browse files Browse the repository at this point in the history
Release 0.10.7

See merge request devops-program/helm-charts!428
  • Loading branch information
henryrecker-pingidentity committed Aug 7, 2024
2 parents 80807c8 + 4c7d133 commit 25dd70f
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 16 deletions.
8 changes: 4 additions & 4 deletions charts/ping-devops/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
apiVersion: v2
name: ping-devops
########################################################################
# 0.10.6 - Refer to http://helm.pingidentity.com/release-notes/currentRelease
# 0.10.7 - Refer to http://helm.pingidentity.com/release-notes/currentRelease
########################################################################
version: 0.10.6
description: Ping Identity helm charts - 07/02/2024
version: 0.10.7
description: Ping Identity helm charts - 08/06/2024
type: application
home: https://helm.pingidentity.com/
icon: https://helm.pingidentity.com/img/logos/ping.png
appVersion: "2406"
appVersion: "2407"
16 changes: 8 additions & 8 deletions charts/ping-devops/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ global:
# By default the images uses will be indicated by these
# variables. An example might look like:
#
# pingidentity/pingdataconsole:2406 (June, 2024)
# pingidentity/pingdataconsole:2407 (July, 2024)
#
# @param global.image.repository Default image registry
# @desc is not the fully-qualified name of the image
Expand All @@ -208,7 +208,7 @@ global:
# @desc Example: image.name: pingfederate
#
# @param global.image.tag Default image tag
# @default 2406
# @default 2407
#
# @param global.image.pullPolicy Default image pull policy
# @default IfNotPresent
Expand All @@ -217,7 +217,7 @@ global:
repository: pingidentity
repositoryFqn:
name:
tag: "2406"
tag: "2407"
pullPolicy: IfNotPresent

############################################################
Expand Down Expand Up @@ -808,7 +808,7 @@ sidecars: {}
# sidecars:
# logger:
# name: log-container
# image: pingidentity/pingtoolkit:2406
# image: pingidentity/pingtoolkit:2407
# volumeMounts:
# - mountPath: /tmp/logs/
# name: logger
Expand All @@ -825,7 +825,7 @@ initContainers: {}
# initContainers:
# init-example:
# name: 01-init
# image: pingidentity/pingtoolkit:2406
# image: pingidentity/pingtoolkit:2407
# command: ['sh', '-c', 'echo "InitContainer 1"']

#############################################################
Expand Down Expand Up @@ -874,7 +874,7 @@ ldap-sdk-tools:
name: ldap-sdk-tools
repository: pingidentity
repositoryFqn:
tag: "2406"
tag: "2407"
pullPolicy: IfNotPresent

container:
Expand Down Expand Up @@ -1675,7 +1675,7 @@ pd-replication-timing:
name: pingtoolkit
repository: pingidentity
repositoryFqn:
tag: "2406"
tag: "2407"
pullPolicy: IfNotPresent

envs:
Expand All @@ -1697,7 +1697,7 @@ pingtoolkit:
name: pingtoolkit
repository: pingidentity
repositoryFqn:
tag: "2406"
tag: "2407"
pullPolicy: IfNotPresent

#############################################################
Expand Down
2 changes: 1 addition & 1 deletion docs/config/supported-values.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `2406` |
| `global.image.tag` | Default image tag | `2407` |
| `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_` |
Expand Down
14 changes: 13 additions & 1 deletion docs/index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
apiVersion: v1
entries:
ping-devops:
- apiVersion: v2
appVersion: "2407"
created: "2024-08-06T10:42:38.695624-05:00"
description: Ping Identity helm charts - 08/06/2024
digest: e472a9090df6bdfda61ea650e333afa4bcbc8c027934e18b99b3452e68ac75cb
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.7/ping-devops-0.10.7.tgz
version: 0.10.7
- apiVersion: v2
appVersion: "2406"
created: "2024-07-03T16:36:48.431734-05:00"
Expand Down Expand Up @@ -1164,4 +1176,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-07-03T16:36:48.427231-05:00"
generated: "2024-08-06T10:42:38.690637-05:00"
4 changes: 2 additions & 2 deletions docs/release-notes/currentRelease.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Release Notes
## Release 0.10.6 (July 2, 2024)
## Release 0.10.7 (August 6, 2024)
### Features ###
- Updated default global image tag to `2406`.
- Updated default global image tag to `2407`.
4 changes: 4 additions & 0 deletions docs/release-notes/previousReleases.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Release Notes
## Release 0.10.6 (July 2, 2024)
### Features ###
- Updated default global image tag to `2406`.

## Release 0.10.5 (June 5, 2024)
### Features ###
- Updated default global image tag to `2405`.
Expand Down

0 comments on commit 25dd70f

Please sign in to comment.