[bitnami/harbor] fix apiversion hardcode for deployment (#13689)

Signed-off-by: xin.li <xin.li@daocloud.io>

Signed-off-by: xin.li <xin.li@daocloud.io>
This commit is contained in:
my-git9
2022-11-25 00:31:53 +08:00
committed by GitHub
parent e9fae96322
commit 83df861554
3 changed files with 3 additions and 3 deletions

View File

@@ -36,4 +36,4 @@ sources:
- https://github.com/bitnami/containers/tree/main/bitnami/harbor-registry
- https://github.com/bitnami/containers/tree/main/bitnami/harbor-registryctl
- https://goharbor.io/
version: 16.0.2
version: 16.0.3

View File

@@ -1,5 +1,5 @@
{{- if .Values.notary.enabled }}
apiVersion: apps/v1
apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }}
kind: Deployment
metadata:
name: {{ include "harbor.notary-server" . }}

View File

@@ -1,5 +1,5 @@
{{- if .Values.notary.enabled }}
apiVersion: apps/v1
apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }}
kind: Deployment
metadata:
name: {{ include "harbor.notary-signer" . }}