Skip to content

Commit

Permalink
Update nginx-ingress, Prometheus, and Grafana addons
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Aug 25, 2021
1 parent fcbdb50 commit eb29fb6
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@ Notable changes between versions.

## Latest

## v1.22.1

* Kubernetes [v1.22.1](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.22.md#v1221)
* Update Calico from v3.19.1 to [v3.20.0](https://github.com/projectcalico/calico/releases/tag/v3.20.0)

### Addons

* Update nginx-ingress from v1.0.0-beta.1 to [v1.0.0](https://github.com/kubernetes/ingress-nginx/releases/tag/controller-v1.0.0)
* Update Prometheus from v2.28.1 to [v2.29.1](https://github.com/prometheus/prometheus/releases/tag/v2.29.1)
* Update Grafana from v8.1.1 to [v8.1.2](https://github.com/grafana/grafana/releases/tag/v8.1.2)

## v1.22.0

* Kubernetes [v1.22.0](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.22.md#v1220)
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:8.1.1
image: docker.io/grafana/grafana:8.1.2
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.0.0-beta.1
image: k8s.gcr.io/ingress-nginx/controller:v1.0.0
args:
- /nginx-ingress-controller
- --ingress-class=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.0.0-beta.1
image: k8s.gcr.io/ingress-nginx/controller:v1.0.0
args:
- /nginx-ingress-controller
- --ingress-class=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.0.0-beta.1
image: k8s.gcr.io/ingress-nginx/controller:v1.0.0
args:
- /nginx-ingress-controller
- --ingress-class=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.0.0-beta.1
image: k8s.gcr.io/ingress-nginx/controller:v1.0.0
args:
- /nginx-ingress-controller
- --ingress-class=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.0.0-beta.1
image: k8s.gcr.io/ingress-nginx/controller:v1.0.0
args:
- /nginx-ingress-controller
- --ingress-class=public
Expand Down
2 changes: 1 addition & 1 deletion addons/prometheus/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
serviceAccountName: prometheus
containers:
- name: prometheus
image: quay.io/prometheus/prometheus:v2.28.1
image: quay.io/prometheus/prometheus:v2.29.1
args:
- --web.listen-address=0.0.0.0:9090
- --config.file=/etc/prometheus/prometheus.yaml
Expand Down

0 comments on commit eb29fb6

Please sign in to comment.