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

chore: update telegraf-operator chart to 1.3.5 #2387

Merged
merged 2 commits into from Jun 20, 2022

Conversation

sumo-drosiek
Copy link
Contributor

@sumo-drosiek sumo-drosiek commented Jun 20, 2022

Description

Downgrades telegraf-operator to 1.3.5, because of invalid non-helm template generation for k8s <1.21

(it has policy/v1 but doesn't have policy/v1/PodDisruptionBudget)

https://github.com/influxdata/helm-charts/blob/62b039fb75379d428de6b969a6bac207b28c0665/charts/telegraf-operator/templates/pdb.yml#L1-L6

# Source: sumologic/charts/telegraf-operator/templates/pdb.yml
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
  name: sumologic-telegraf-operator
  namespace: sumologic
  labels:
    helm.sh/chart: telegraf-operator-1.3.7
    app.kubernetes.io/name: telegraf-operator
    app.kubernetes.io/instance: sumologic
    app.kubernetes.io/version: "v1.3.7"
    app.kubernetes.io/managed-by: Helm
spec:
  minAvailable: 1
  selector:
    matchLabels:
      app.kubernetes.io/name: telegraf-operator
      app.kubernetes.io/instance: sumologic

Checklist
  • Changelog updated
Testing performed
  • Redeploy fluentd and fluentd-events pods
  • Confirm events, logs, and metrics are coming in

Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
@sumo-drosiek sumo-drosiek requested a review from a team as a code owner June 20, 2022 07:42
@github-actions github-actions bot added the documentation documentation label Jun 20, 2022
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
@sumo-drosiek sumo-drosiek merged commit 9a8fb3a into main Jun 20, 2022
@sumo-drosiek sumo-drosiek deleted the drop-telegraf-operator branch June 20, 2022 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants