diff --git a/stable/orangehrm/Chart.yaml b/stable/orangehrm/Chart.yaml index c3fe300bef..af006c9661 100644 --- a/stable/orangehrm/Chart.yaml +++ b/stable/orangehrm/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: orangehrm -version: 7.0.5 +version: 7.0.6 appVersion: 4.3.4-0 description: OrangeHRM is a free HR management system that offers a wealth of modules to suit the needs of your business. diff --git a/stable/orangehrm/requirements.lock b/stable/orangehrm/requirements.lock index 1ea1b1f485..c5688dc1eb 100644 --- a/stable/orangehrm/requirements.lock +++ b/stable/orangehrm/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: mariadb repository: https://kubernetes-charts.storage.googleapis.com/ - version: 7.3.5 + version: 7.3.10 digest: sha256:cd64413a4a697ccf85c0091e9c55cdc5876938ddced84c05d37c57ff9abc5864 -generated: 2020-01-24T01:27:01.591709268Z +generated: "2020-02-21T08:40:11.060124841Z" diff --git a/stable/orangehrm/values.yaml b/stable/orangehrm/values.yaml index 5759d8692e..b59fac517a 100644 --- a/stable/orangehrm/values.yaml +++ b/stable/orangehrm/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/orangehrm - tag: 4.3.4-0-debian-10-r0 + tag: 4.3.4-0-debian-10-r22 ## 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 @@ -239,7 +239,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.7.0-debian-10-r0 + tag: 0.7.0-debian-10-r21 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.