Skip to content

Commit

Permalink
Bump fluentd-gcp-scaler version
Browse files Browse the repository at this point in the history
Fixes kubernetes#61190.

This version verifies on its own whether resources should be updated or not, instead of relying on `kubectl set resources`.
  • Loading branch information
x13n authored and prameshj committed Jun 1, 2018
1 parent 53466be commit ce5a3e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cluster/addons/fluentd-gcp/scaler-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: kube-system
labels:
k8s-app: fluentd-gcp-scaler
version: v0.1.0
version: v0.2.0
addonmanager.kubernetes.io/mode: Reconcile
spec:
selector:
Expand All @@ -19,7 +19,7 @@ spec:
serviceAccountName: fluentd-gcp-scaler
containers:
- name: fluentd-gcp-scaler
image: gcr.io/google-containers/fluentd-gcp-scaler:0.1
image: gcr.io/google-containers/fluentd-gcp-scaler:0.2
command:
- /scaler.sh
- --ds-name=fluentd-gcp-v3.0.0
Expand Down

0 comments on commit ce5a3e8

Please sign in to comment.