diff --git a/ceph-client/Chart.yaml b/ceph-client/Chart.yaml index 797d36f3e..e09cf9bd0 100644 --- a/ceph-client/Chart.yaml +++ b/ceph-client/Chart.yaml @@ -15,6 +15,6 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Ceph Client name: ceph-client -version: 0.1.27 +version: 0.1.28 home: https://github.com/ceph/ceph-client ... diff --git a/ceph-client/templates/job-ns-client-ceph-config.yaml b/ceph-client/templates/job-ns-client-ceph-config.yaml index c5948f792..ec56ca031 100644 --- a/ceph-client/templates/job-ns-client-ceph-config.yaml +++ b/ceph-client/templates/job-ns-client-ceph-config.yaml @@ -1,4 +1,3 @@ ---- {{/* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -81,6 +80,8 @@ apiVersion: batch/v1 kind: Job metadata: name: {{ $serviceAccountName }} + labels: +{{ tuple $envAll "ceph" "client-ceph-config-update" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 4 }} spec: template: metadata: @@ -134,4 +135,3 @@ spec: name: ceph-client-bin defaultMode: 0555 {{- end }} -... diff --git a/releasenotes/notes/ceph-client.yaml b/releasenotes/notes/ceph-client.yaml index ab99e0080..7e21ad360 100644 --- a/releasenotes/notes/ceph-client.yaml +++ b/releasenotes/notes/ceph-client.yaml @@ -28,4 +28,5 @@ ceph-client: - 0.1.25 Update htk requirements - 0.1.26 Fix ceph-rbd-pool deletion race - 0.1.27 Update ceph_mon config to ips from fqdn + - 0.1.28 Fix ceph.conf update job labels, rendering ...