Skip to content

Commit

Permalink
make charts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasSUSE authored and lucasmlp committed Nov 23, 2023
1 parent fe89b39 commit 2994e2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified assets/ui-plugin-operator/ui-plugin-operator-103.0.1+up0.2.1.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
- name: {{ .Chart.Name }}
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
image: "{{ template "system_default_registry" . }}{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
Expand Down
4 changes: 2 additions & 2 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18012,9 +18012,9 @@ entries:
catalog.cattle.io/release-name: ui-plugin-operator
apiVersion: v1
appVersion: 0.1.1
created: "2023-08-23T21:53:32.665248158-03:00"
created: "2023-09-06T19:29:31.059049134-03:00"
description: A UI Plugin Operator Chart for plugin management in Rancher
digest: 39b9ab5d48369ca88867b6d3d03e566f1eb34749ccfb3cbc5f56b482ffb3ad8b
digest: cf653ce6147f12591982a4f547874ccd191a4d7805531501f86f5317c3ddd547
keywords:
- applications
- infrastructure
Expand Down

0 comments on commit 2994e2c

Please sign in to comment.