Skip to content

Commit

Permalink
Release 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
henryrecker-pingidentity committed Apr 1, 2024
1 parent f4df49b commit 741d279
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.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"
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: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
Expand All @@ -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
Expand All @@ -217,7 +217,7 @@ global:
repository: pingidentity
repositoryFqn:
name:
tag: "2402"
tag: "2403"
pullPolicy: IfNotPresent

############################################################
Expand Down Expand Up @@ -808,7 +808,7 @@ sidecars: {}
# sidecars:
# logger:
# name: log-container
# image: pingidentity/pingtoolkit:2402
# image: pingidentity/pingtoolkit:2403
# volumeMounts:
# - mountPath: /tmp/logs/
# name: logger
Expand All @@ -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"']

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

container:
Expand Down Expand Up @@ -1673,7 +1673,7 @@ pd-replication-timing:
name: pingtoolkit
repository: pingidentity
repositoryFqn:
tag: "2402"
tag: "2403"
pullPolicy: IfNotPresent

envs:
Expand All @@ -1695,7 +1695,7 @@ pingtoolkit:
name: pingtoolkit
repository: pingidentity
repositoryFqn:
tag: "2402"
tag: "2403"
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 | `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_` |
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: "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"
Expand Down Expand Up @@ -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"
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.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`.
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.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.
Expand Down

0 comments on commit 741d279

Please sign in to comment.