Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(helm): Update docs and chart icon #420

Merged
merged 1 commit into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/install-relased-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Report k8s version
run: kubectl version
- name: Add helm repo
run: helm repo add ngrok https://ngrok.github.io/kubernetes-ingress-controller
run: helm repo add ngrok https://charts.ngrok.com
#
- name: Install helm chart
env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Leverage [ngrok](https://ngrok.com/) for your ingress in your Kubernetes cluster
Add the ngrok Ingress Controller Helm chart:

```sh
helm repo add ngrok https://ngrok.github.io/kubernetes-ingress-controller
helm repo add ngrok https://charts.ngrok.com
```

Then, install the latest version (setting the appropriate values for your environment):
Expand Down
2 changes: 1 addition & 1 deletion docs/developer-guide/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ support `amd64` and `arm64` architectures, with future plans to build for other

### Helm Chart

The helm chart is packaged and published to its own [helm repository](https://ngrok.github.io/kubernetes-ingress-controller/index.yaml)
The helm chart is packaged and published to its own [helm repository](https://charts.ngrok.com/index.yaml)
and can be installed by following the instructions in the chart's [README](../helm/ingress-controller/README.md).

## Semantic Versioning
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ First we need to install the controller in the cluster. We'll export our credent
```bash
export NGROK_API_KEY=<YOUR Secret API KEY>
export NGROK_AUTHTOKEN=<YOUR Secret Auth Token>
helm repo add ngrok https://ngrok.github.io/kubernetes-ingress-controller
helm repo add ngrok https://charts.ngrok.com
helm install ngrok-ingress-controller ngrok/kubernetes-ingress-controller --version 0.8.0 \
--set image.tag=0.4.0 \
--namespace ngrok-ingress-controller \
Expand Down
8 changes: 8 additions & 0 deletions helm/ingress-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.14.3
**Full Changelog**: https://github.com/ngrok/kubernetes-ingress-controller/compare/helm-chart-0.14.2...helm-chart-0.14.3

### Changed

- Update `icon` location in `Chart.yaml`. This is a passive change as we migrate to our helm repository to `charts.ngrok.com`.


## 0.14.2
**Full Changelog**: https://github.com/ngrok/kubernetes-ingress-controller/compare/helm-chart-0.14.1...helm-chart-0.14.2

Expand Down
4 changes: 2 additions & 2 deletions helm/ingress-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: kubernetes-ingress-controller
description: A Kubernetes ingress controller built using ngrok.
version: 0.14.2
version: 0.14.3
appVersion: 0.12.2
keywords:
- ngrok
Expand All @@ -12,7 +12,7 @@ keywords:
home: https://ngrok.com
sources:
- https://github.com/ngrok/kubernetes-ingress-controller
icon: https://ngrok.github.io/kubernetes-ingress-controller/ngrok-favicon.svg
icon: https://charts.ngrok.com/assets/ngrok-favicon.svg
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
Expand Down
2 changes: 1 addition & 1 deletion helm/ingress-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Helm's [documentation](https://helm.sh/docs) to get started.

Once Helm has been set up correctly, add the repo as follows:

`helm repo add ngrok https://ngrok.github.io/kubernetes-ingress-controller`
`helm repo add ngrok https://charts.ngrok.com`

If you had already added this repo earlier, run `helm repo update` to retrieve
the latest versions of the packages. You can then run `helm search repo ngrok` to see the charts.
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading