diff --git a/bitnami/orangehrm/Chart.lock b/bitnami/orangehrm/Chart.lock index d4e1a8bdc0..c49063ff6b 100644 --- a/bitnami/orangehrm/Chart.lock +++ b/bitnami/orangehrm/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: mariadb repository: https://charts.bitnami.com/bitnami - version: 9.1.2 + version: 9.2.0 - name: common repository: https://charts.bitnami.com/bitnami - version: 1.1.2 -digest: sha256:1f9feee2b7e76d92206c4add08806931c512f89eccbf2ce0367ea3d1b095cdda -generated: "2020-12-11T12:22:15.112195+01:00" + version: 1.2.3 +digest: sha256:549a524c7d9b4d6491346179242bcaf7182a0b21546e234155e5bffd1b71b6a4 +generated: "2021-01-04T10:52:03.590020883Z" diff --git a/bitnami/orangehrm/Chart.yaml b/bitnami/orangehrm/Chart.yaml index f4db9b932e..6f6a2223ef 100644 --- a/bitnami/orangehrm/Chart.yaml +++ b/bitnami/orangehrm/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: HumanResourceManagement apiVersion: v2 -appVersion: 4.6.0-1 +appVersion: 4.7.0-0 dependencies: - condition: mariadb.enabled name: mariadb @@ -31,4 +31,4 @@ name: orangehrm sources: - https://github.com/bitnami/bitnami-docker-orangehrm - https://www.orangehrm.com -version: 9.0.2 +version: 9.0.3 diff --git a/bitnami/orangehrm/values.yaml b/bitnami/orangehrm/values.yaml index 5ec4b011ba..5f2bc3ad42 100644 --- a/bitnami/orangehrm/values.yaml +++ b/bitnami/orangehrm/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/orangehrm - tag: 4.6.0-1-debian-10-r0 + tag: 4.7.0-0-debian-10-r0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -520,7 +520,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.8.0-debian-10-r241 + tag: 0.8.0-debian-10-r260 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.