mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 06:58:50 +08:00
[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:
@@ -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
|
||||
|
||||
@@ -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" . }}
|
||||
|
||||
@@ -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" . }}
|
||||
|
||||
Reference in New Issue
Block a user