Merge "Update shaker helm3 compatability"

This commit is contained in:
Zuul 2021-09-08 19:25:13 +00:00 committed by Gerrit Code Review
commit 56c4bfe3cd
3 changed files with 3 additions and 3 deletions

View File

@ -3,4 +3,5 @@ shaker:
- 0.1.0 Initial Chart
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"
- 0.1.2 Use full image ref for docker official images
- 0.1.3 Fix helm3 linting issue
...

View File

@ -15,7 +15,7 @@ apiVersion: v1
appVersion: v1.0.0
description: OpenStack-Helm Shaker
name: shaker
version: 0.1.2
version: 0.1.3
home: https://pyshaker.readthedocs.io/en/latest/index.html
icon: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTlnnEExfz6H9bBFFDxsDm5mVTdKWOt6Hw2_3aJ7hVkNdDdTCrimQ
sources:

View File

@ -12,9 +12,8 @@ See the License for the specific language governing permissions and
limitations under the License.
*/}}
---
{{- if and .Values.manifests.job_image_repo_sync .Values.images.local_registry.active }}
{{- $imageRepoSyncJob := dict "envAll" . "serviceName" "shaker" -}}
{{ $imageRepoSyncJob | include "helm-toolkit.manifests.job_image_repo_sync" }}
{{- end }}
...