Skip to content

Commit

Permalink
📌 (ascii-telnet): Pin ghcr.io/gabe565/ascii-telnet-go to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Mar 30, 2023
1 parent eb80d7f commit 7547b46
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
8 changes: 3 additions & 5 deletions charts/ascii-telnet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ description: Star Wars telnet server
home: https://charts.gabe565.com/charts/ascii-telnet
icon: https://raw.githubusercontent.com/gabe565/ascii-telnet-go/a1fd5c9df2fb3a177949c9511b62407c83aedefe/assets/icon.svg
type: application
version: 0.3.5
version: 0.4.0
# renovate datasource=docker depName=ghcr.io/gabe565/ascii-telnet-go
appVersion: latest
appVersion: 1.1.0
kubeVersion: ">=1.22.0-0"
keywords:
- ascii-art
Expand All @@ -21,10 +21,8 @@ sources:
- https://github.com/gabe565/ascii-telnet-rust
annotations:
artifacthub.io/changes: |-
- kind: added
description: Add Artifact Hub links annotation
- kind: changed
description: Update issue link
description: Pin ghcr.io/gabe565/ascii-telnet-go to v1.1.0
artifacthub.io/links: |-
- name: App Source
url: https://github.com/gabe565/ascii-telnet-go
Expand Down
8 changes: 4 additions & 4 deletions charts/ascii-telnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

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

![Version: 0.3.5](https://img.shields.io/badge/Version-0.3.5-informational?style=flat)
![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat)
![AppVersion: 1.1.0](https://img.shields.io/badge/AppVersion-1.1.0-informational?style=flat)

Star Wars telnet server

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

**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.3.5)**
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=ascii-telnet&version=0.4.0)**

## Source Code

Expand Down Expand Up @@ -86,7 +86,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.tag | string | `"latest"` | image tag |
| image.tag | string | `"1.1.0"` | image tag |
| service | object | See [values.yaml](./values.yaml) | Configures service settings for the chart. |

---
Expand Down
2 changes: 1 addition & 1 deletion charts/ascii-telnet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ image:
# -- image pull policy
pullPolicy: Always
# -- image tag
tag: latest
tag: 1.1.0

controller:
# -- Set the controller upgrade strategy
Expand Down

0 comments on commit 7547b46

Please sign in to comment.