You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tool is used as aprt of our [helm charts](https://github.com/RedRiverSoftware/k8s/tree/master/helm3-charts) to manage Cloudflare DNS records automatically post deployment.
4
+
5
+
## Update the Docker image
6
+
7
+
Authenticate to the Azure Container Registry:
8
+
9
+
```bash
10
+
az acr login -n RedRiver
11
+
```
12
+
13
+
Build and push the image to the Azure Container Registry:
0 commit comments