Skip to content

Commit

Permalink
Add announcements for project rename
Browse files Browse the repository at this point in the history
  • Loading branch information
hjkatz committed Sep 5, 2024
1 parent 7cb3ae4 commit ec427dc
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,21 @@
</a>
</p>

# DEPRECATION ANNOUNCEMENT

See Full Announcement: https://github.com/ngrok/kubernetes-ingress-controller/discussions/421

On Wednesday September 11th, 2024 this Helm Chart will be renamed to ngrok/ngrok-operator.

If you take no action, then you will not receive future updates to the ingress controller.

Please update your Helm repo with the following commands:

$ helm repo add ngrok charts.ngrok.com --force-update
$ helm repo update

If you need additional help, please reach out to our support team at https://ngrok.com/support

# ngrok Kubernetes Operator


Expand Down Expand Up @@ -102,9 +117,9 @@ The full documentation for the ngrok Ingress Controller can be found on our [k8s

## Known Issues

> **Note**
> **Note**
>
> This project is currently in beta as we continue testing and receiving feedback. The functionality and CRD contracts may change. It is currently used internally at ngrok for providing ingress to some of our production workloads.
> This project is currently in beta as we continue testing and receiving feedback. The functionality and CRD contracts may change. It is currently used internally at ngrok for providing ingress to some of our production workloads.
1. Current issues can be found in the GitHub issues. [Known/suspected bugs](https://github.com/ngrok/kubernetes-ingress-controller/issues?q=is%3Aopen+is%3Aissue+label%3Abug) are labeled as `bug`.

Expand Down
15 changes: 15 additions & 0 deletions helm/ingress-controller/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
=== DEPRECATION ANNOUNCEMENT / ACTION REQUIRED =================================

See Full Announcement: https://github.com/ngrok/kubernetes-ingress-controller/discussions/421

On Wednesday September 11th, 2024 this Helm Chart will be renamed to ngrok/ngrok-operator.

If you take no action, then you will not receive future updates to the ingress controller.

Please update your Helm repo with the following commands:

$ helm repo add ngrok charts.ngrok.com --force-update
$ helm repo update

If you need additional help, please reach out to our support team at https://ngrok.com/support

================================================================================
The ngrok Ingress controller has been deployed as a Deployment type to your
cluster.
Expand Down

0 comments on commit ec427dc

Please sign in to comment.