Commit e430520d authored by Daniel Kłobuszewski's avatar Daniel Kłobuszewski

Bump fluentd-gcp-scaler version

Fixes #60763 This version fixes a bug in which scaler was setting resources for all containers in the pod, not only fluentd-gcp one.
parent 5d672225
......@@ -5,7 +5,7 @@ metadata:
namespace: kube-system
labels:
k8s-app: fluentd-gcp-scaler
version: v0.2.0
version: v0.3.0
addonmanager.kubernetes.io/mode: Reconcile
spec:
selector:
......@@ -19,7 +19,7 @@ spec:
serviceAccountName: fluentd-gcp-scaler
containers:
- name: fluentd-gcp-scaler
image: gcr.io/google-containers/fluentd-gcp-scaler:0.2
image: gcr.io/google-containers/fluentd-gcp-scaler:0.3
command:
- /scaler.sh
- --ds-name=fluentd-gcp-v3.0.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment