Skip to content

Commit

Permalink
Update Nginx Ingress and Grafana addons
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Sep 20, 2022
1 parent 90782ea commit 558e293
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Notable changes between versions.
### Addons

* Update kube-state-metrics from v2.5.0 to [v2.6.0](https://github.com/kubernetes/kube-state-metrics/releases/tag/v2.6.0)
* Update Grafana from v9.1.0 to [v9.1.2](https://github.com/grafana/grafana/releases/tag/v9.1.2)
* Update ingress-nginx from v1.3.0 to [v1.3.1](https://github.com/kubernetes/ingress-nginx/releases/tag/controller-v1.3.1)
* Update Grafana from v9.1.0 to [v9.1.6](https://github.com/grafana/grafana/releases/tag/v9.1.6)

## v1.25.0

Expand Down
2 changes: 1 addition & 1 deletion addons/grafana/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
type: RuntimeDefault
containers:
- name: grafana
image: docker.io/grafana/grafana:9.1.2
image: docker.io/grafana/grafana:9.1.6
env:
- name: GF_PATHS_CONFIG
value: "/etc/grafana/custom.ini"
Expand Down
2 changes: 1 addition & 1 deletion addons/nginx-ingress/aws/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
type: RuntimeDefault
containers:
- name: nginx-ingress-controller
image: k8s.gcr.io/ingress-nginx/controller:v1.3.0
image: k8s.gcr.io/ingress-nginx/controller:v1.3.1
args:
- /nginx-ingress-controller
- --controller-class=k8s.io/public
Expand Down
2 changes: 1 addition & 1 deletion addons/nginx-ingress/azure/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
type: RuntimeDefault
containers:
- name: nginx-ingress-controller
image: k8s.gcr.io/ingress-nginx/controller:v1.3.0
image: k8s.gcr.io/ingress-nginx/controller:v1.3.1
args:
- /nginx-ingress-controller
- --controller-class=k8s.io/public
Expand Down
2 changes: 1 addition & 1 deletion addons/nginx-ingress/bare-metal/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
type: RuntimeDefault
containers:
- name: nginx-ingress-controller
image: k8s.gcr.io/ingress-nginx/controller:v1.3.0
image: k8s.gcr.io/ingress-nginx/controller:v1.3.1
args:
- /nginx-ingress-controller
- --controller-class=k8s.io/public
Expand Down
2 changes: 1 addition & 1 deletion addons/nginx-ingress/digital-ocean/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
type: RuntimeDefault
containers:
- name: nginx-ingress-controller
image: k8s.gcr.io/ingress-nginx/controller:v1.3.0
image: k8s.gcr.io/ingress-nginx/controller:v1.3.1
args:
- /nginx-ingress-controller
- --controller-class=k8s.io/public
Expand Down
2 changes: 1 addition & 1 deletion addons/nginx-ingress/google-cloud/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
type: RuntimeDefault
containers:
- name: nginx-ingress-controller
image: k8s.gcr.io/ingress-nginx/controller:v1.3.0
image: k8s.gcr.io/ingress-nginx/controller:v1.3.1
args:
- /nginx-ingress-controller
- --controller-class=k8s.io/public
Expand Down

0 comments on commit 558e293

Please sign in to comment.