Skip to content

Commit

Permalink
🚚 (ascii-movie): Rename ascii-telnet to ascii-movie
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Apr 11, 2023
1 parent 2d243bc commit 2c4a969
Show file tree
Hide file tree
Showing 11 changed files with 69 additions and 53 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ helm delete my-<chart-name>
| Chart | Description |
| ----- | ----------- |
| [adguard-home <img src='https://raw.githubusercontent.com/gabe565/charts/main/charts/adguard-home/icon.svg' alt='adguard-home icon' width='18px' align='right' loading='lazy'>](charts/adguard-home/) | Free and open source, powerful network-wide ads & trackers blocking DNS server. |
| [ascii-telnet <img src='https://raw.githubusercontent.com/gabe565/ascii-telnet-go/a1fd5c9df2fb3a177949c9511b62407c83aedefe/assets/icon.svg' alt='ascii-telnet icon' width='18px' align='right' loading='lazy'>](charts/ascii-telnet/) | Star Wars telnet server |
| [ascii-movie <img src='https://raw.githubusercontent.com/gabe565/ascii-movie/a1fd5c9df2fb3a177949c9511b62407c83aedefe/assets/icon.svg' alt='ascii-movie icon' width='18px' align='right' loading='lazy'>](charts/ascii-movie/) | Star Wars movie SSH and Telnet server |
| [bookstack <img src='https://raw.githubusercontent.com/gabe565/charts/main/charts/bookstack/icon.svg' alt='bookstack icon' width='18px' align='right' loading='lazy'>](charts/bookstack/) | A simple, self-hosted, easy-to-use platform for organising and storing information. |
| [borgmatic <img src='https://raw.githubusercontent.com/borgmatic-collective/borgmatic/1.6.6/docs/static/borgmatic.svg' alt='borgmatic icon' width='18px' align='right' loading='lazy'>](charts/borgmatic/) | borgmatic is simple, configuration-driven backup software for servers and workstations. Protect your files with client-side encryption. Backup your databases too. Monitor it all with integrated third-party services. |
| [changedetection-io <img src='https://raw.githubusercontent.com/gabe565/charts/main/charts/changedetection-io/icon.png' alt='changedetection-io icon' width='18px' align='right' loading='lazy'>](charts/changedetection-io/) | Live your data-life pro-actively, track website content changes and receive notifications via Discord, Email, Slack, Telegram and 70+ more. |
Expand Down
File renamed without changes.
File renamed without changes.
34 changes: 34 additions & 0 deletions charts/ascii-movie/Chart.yaml
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
33 changes: 16 additions & 17 deletions charts/ascii-telnet/README.md → charts/ascii-movie/README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
# ascii-telnet
# ascii-movie

<img src="https://raw.githubusercontent.com/gabe565/ascii-telnet-go/a1fd5c9df2fb3a177949c9511b62407c83aedefe/assets/icon.svg" align="right" width="92" alt="ascii-telnet logo">
<img src="https://raw.githubusercontent.com/gabe565/ascii-movie/a1fd5c9df2fb3a177949c9511b62407c83aedefe/assets/icon.svg" align="right" width="92" alt="ascii-movie logo">

![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat)
![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat)

Star Wars telnet server
Star Wars movie SSH and Telnet server

**Homepage:** <https://charts.gabe565.com/charts/ascii-telnet>
**Homepage:** <https://charts.gabe565.com/charts/ascii-movie>

**This chart is not maintained by the upstream project and any issues with the chart should be raised
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=ascii-telnet&version=0.5.0)**
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=ascii-movie&version=0.6.0)**

## Source Code

* <https://github.com/gabe565/ascii-telnet-go>
* <https://github.com/gabe565/ascii-telnet-rust>
* <https://github.com/gabe565/ascii-movie>

## Requirements

Expand All @@ -33,23 +32,23 @@ Kubernetes: `>=1.22.0-0`
```console
helm repo add gabe565 https://charts.gabe565.com
helm repo update
helm install ascii-telnet gabe565/ascii-telnet
helm install ascii-movie gabe565/ascii-movie
```

## Installing the Chart

To install the chart with the release name `ascii-telnet`
To install the chart with the release name `ascii-movie`

```console
helm install ascii-telnet gabe565/ascii-telnet
helm install ascii-movie gabe565/ascii-movie
```

## Uninstalling the Chart

To uninstall the `ascii-telnet` deployment
To uninstall the `ascii-movie` deployment

```console
helm uninstall ascii-telnet
helm uninstall ascii-movie
```

The command removes all the Kubernetes components associated with the chart **including persistent volumes** and deletes the release.
Expand All @@ -62,15 +61,15 @@ Other values may be used from the [values.yaml](https://github.com/bjw-s/helm-ch
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.

```console
helm install ascii-telnet \
helm install ascii-movie \
--set env.TZ="America/New York" \
gabe565/ascii-telnet
gabe565/ascii-movie
```

Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.

```console
helm install ascii-telnet gabe565/ascii-telnet -f values.yaml
helm install ascii-movie gabe565/ascii-movie -f values.yaml
```

## Custom configuration
Expand All @@ -85,7 +84,7 @@ N/A
|-----|------|---------|-------------|
| controller.strategy | string | `"RollingUpdate"` | Set the controller upgrade strategy |
| image.pullPolicy | string | `"Always"` | image pull policy |
| image.repository | string | `"ghcr.io/gabe565/ascii-telnet-go"` | image repository. Defaults to Go implementation at [`ghcr.io/gabe565/ascii-telnet-go`](https://ghcr.io/gabe565/ascii-telnet-go), but can also be set to [`ghcr.io/gabe565/ascii-telnet-rust`](https://ghcr.io/gabe565/ascii-telnet-rust). |
| image.repository | string | `"ghcr.io/gabe565/ascii-movie"` | image repository. |
| image.tag | string | `"1.2.0"` | image tag |
| service | object | See [values.yaml](./values.yaml) | Configures service settings for the chart. |

Expand Down
File renamed without changes.
File renamed without changes.
13 changes: 13 additions & 0 deletions charts/ascii-movie/templates/common.yaml
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" . }}
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@

image:
# -- image repository.
# Defaults to Go implementation at [`ghcr.io/gabe565/ascii-telnet-go`](https://ghcr.io/gabe565/ascii-telnet-go),
# but can also be set to [`ghcr.io/gabe565/ascii-telnet-rust`](https://ghcr.io/gabe565/ascii-telnet-rust).
repository: ghcr.io/gabe565/ascii-telnet-go
repository: ghcr.io/gabe565/ascii-movie
# -- image pull policy
pullPolicy: Always
# -- image tag
Expand All @@ -29,7 +27,10 @@ service:
http:
enabled: false
primary: false
ssh:
enabled: true
port: 22
telnet:
enabled: true
primary: true
protocol: TCP
port: 23
30 changes: 0 additions & 30 deletions charts/ascii-telnet/Chart.yaml

This file was deleted.

1 change: 0 additions & 1 deletion charts/ascii-telnet/templates/common.yaml

This file was deleted.

0 comments on commit 2c4a969

Please sign in to comment.