Skip to content

Commit

Permalink
🔧(images) add registry configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
just1not2 committed Jun 2, 2022
1 parent bb11ad5 commit e241b43
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/streama/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: streama
version: 1.0.0
version: 1.0.1
kubeVersion: ">=1.22.0"
description: Self-hosted streaming media server
type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/streama/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
securityContext:
{{- toYaml . | nindent 12 }}
{{- end }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
image: "{{ .Values.image.registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: streama-http
Expand Down
6 changes: 6 additions & 0 deletions charts/streama/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@
"pullPolicy": {
"type": "string"
},
"registry": {
"type": "string"
},
"repository": {
"type": "string"
},
Expand Down Expand Up @@ -184,6 +187,9 @@
"pullPolicy": {
"type": "string"
},
"registry": {
"type": "string"
},
"repository": {
"type": "string"
},
Expand Down
6 changes: 6 additions & 0 deletions charts/streama/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ nameOverride: ""

## Streama container image
image:
## Streama image registry
registry: docker.io

## Streama image repository
repository: just1not2/streama

Expand Down Expand Up @@ -220,6 +223,9 @@ mysql:

## MySQL container image
image:
## MySQL image registry
registry: docker.io

## MySQL image repository
repository: bitnami/mysql

Expand Down
12 changes: 6 additions & 6 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ entries:
- annotations:
artifacthub.io/changes: |
- kind: added
description: first commit
description: registry configuration for images
artifacthub.io/images: |
- name: streama
image: just1not2/streama:1.10.4
artifacthub.io/license: Apache-2.0
apiVersion: v2
appVersion: 1.10.4
created: "2022-03-13T18:04:19.526503+01:00"
created: "2022-06-03T00:00:29.317745+02:00"
dependencies:
- condition: mysql.enabled
name: mysql
repository: https://charts.bitnami.com/bitnami
version: ^8.8.26
description: Self-hosted streaming media server
digest: 194985d1f544aeda7388e46f3c18d949e1619204cd614c00b30cfacb28c4709c
digest: 8f861710e5815e7c6f51c05ecbbb7658c6b9248487ae38caa14a938afb858e5f
home: https://docs.streama-project.com/
icon: https://raw.githubusercontent.com/streamaserver/streama/master/design/logo_new.png
keywords:
Expand All @@ -34,6 +34,6 @@ entries:
- https://github.com/just1not2/helm-chart-streama
type: application
urls:
- https://github.com/just1not2/helm-chart-streama/releases/download/1.0.0/streama-1.0.0.tgz
version: 1.0.0
generated: "2022-03-13T18:04:19.51318+01:00"
- https://github.com/just1not2/helm-chart-streama/releases/download/1.0.1/streama-1.0.1.tgz
version: 1.0.1
generated: "2022-06-03T00:00:29.302222+02:00"

0 comments on commit e241b43

Please sign in to comment.