-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🚚 (ascii-movie): Rename ascii-telnet to ascii-movie
- Loading branch information
Showing
11 changed files
with
69 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
apiVersion: v2 | ||
name: ascii-movie | ||
description: Star Wars movie SSH and Telnet server | ||
home: https://charts.gabe565.com/charts/ascii-movie | ||
icon: https://raw.githubusercontent.com/gabe565/ascii-movie/a1fd5c9df2fb3a177949c9511b62407c83aedefe/assets/icon.svg | ||
type: application | ||
version: 0.6.0 | ||
# renovate datasource=docker depName=ghcr.io/gabe565/ascii-movie | ||
appVersion: 1.2.0 | ||
kubeVersion: ">=1.22.0-0" | ||
keywords: | ||
- ascii-art | ||
- star-wars | ||
- telnet | ||
- ssh | ||
dependencies: | ||
- name: common | ||
repository: https://bjw-s.github.io/helm-charts | ||
version: 1.3.2 | ||
sources: | ||
- https://github.com/gabe565/ascii-movie | ||
annotations: | ||
artifacthub.io/changes: |- | ||
- kind: changed | ||
description: Rename chart from gabe565/ascii-telnet-go to gabe565/ascii-movie | ||
- kind: added | ||
description: Add SSH port | ||
- kind: removed | ||
description: Remove reference to ghcr.io/gabe565/ascii-telnet-rust | ||
artifacthub.io/links: |- | ||
- name: App Source | ||
url: https://github.com/gabe565/ascii-movie | ||
- name: Chart Source | ||
url: https://github.com/gabe565/charts/tree/main/charts/ascii-movie |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{{/* Append the hardcoded settings */}} | ||
{{- define "asciiMovie.harcodedValues" -}} | ||
env: | ||
ASCII_MOVIE_SSH_ENABLED: {{ .Values.service.main.ports.ssh.enabled }} | ||
ASCII_MOVIE_SSH_ADDRESS: :{{ .Values.service.main.ports.ssh.port }} | ||
|
||
ASCII_MOVIE_TELNET_ENABLED: {{ .Values.service.main.ports.telnet.enabled }} | ||
ASCII_MOVIE_TELNET_ADDRESS: :{{ .Values.service.main.ports.telnet.port }} | ||
{{- end -}} | ||
{{- $_ := merge .Values (include "asciiMovie.harcodedValues" . | fromYaml) -}} | ||
|
||
{{/* Render the templates */}} | ||
{{ include "bjw-s.common.loader.all" . }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.