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

NDEV-21403: change registry to reg.nirmata.io to track downloads #502

Merged
merged 3 commits into from
Jan 20, 2025
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 charts/cloud-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cloud-controller
description: A Helm chart for Kubernetes
type: application
version: v0.0.2
version: v0.0.3
appVersion: v0.1.0-rc.1
maintainers:
- name: Nirmata
Expand Down
2 changes: 1 addition & 1 deletion charts/cloud-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ primaryAWSAccountConfig:
|-----|------|---------|-------------|
| admissionController.args | list | `["--metrics-bind-address=:8080","--leader-elect","--health-probe-bind-address=:8081"]` | Container arguments |
| admissionController.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| admissionController.image.registry | string | `"ghcr.io"` | Image registry |
| admissionController.image.registry | string | `"reg.nirmata.io"` | Image registry |
| admissionController.image.repository | string | `"nirmata/cloud-admission-controller"` | Image repository |
| admissionController.image.tag | string | `"latest"` | Image tag |
| admissionController.imagePullSecrets | object | `{}` | Image pull secrets |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: nirmata.io/v1alpha1
kind: Proxy
metadata:
name: proxy-sample
name: default-proxy
spec:
port: 8443
caKeySecret:
Expand Down
12 changes: 6 additions & 6 deletions charts/cloud-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ admissionController:

image:
# -- Image registry
registry: ghcr.io
registry: reg.nirmata.io
# -- Image repository
repository: nirmata/cloud-admission-controller
# -- (string) Image tag
Expand Down Expand Up @@ -81,7 +81,7 @@ admissionController:
# -- Image pull secrets
imagePullSecrets: {}
# my-secret:
# registry: ghcr.io
# registry: reg.nirmata.io
# username: MariamFahmy98
# password: secret
# regcred2:
Expand All @@ -103,7 +103,7 @@ scanner:

image:
# -- Image registry
registry: ghcr.io
registry: reg.nirmata.io
# -- Image repository
repository: nirmata/cloud-scanner
# -- (string) Image tag
Expand Down Expand Up @@ -156,7 +156,7 @@ scanner:
# -- Image pull secrets
imagePullSecrets: {}
# my-secret:
# registry: ghcr.io
# registry: reg.nirmata.io
# username: MariamFahmy98
# password: secret
# regcred2:
Expand All @@ -177,7 +177,7 @@ reportsController:

image:
# -- Image registry
registry: ghcr.io
registry: reg.nirmata.io
# -- Image repository
repository: nirmata/cloud-reports-controller
# -- (string) Image tag
Expand Down Expand Up @@ -214,7 +214,7 @@ reportsController:
# -- Image pull secrets
imagePullSecrets: {}
# my-secret:
# registry: ghcr.io
# registry: reg.nirmata.io
# username: MariamFahmy98
# password: secret
# regcred2:
Expand Down
Loading