Skip to content

Commit

Permalink
Merge branch 'main' into windows-fix-label
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke authored Dec 2, 2023
2 parents 3e0e026 + 5b2ac2b commit bc42973
Show file tree
Hide file tree
Showing 18 changed files with 886 additions and 471 deletions.
2 changes: 1 addition & 1 deletion charts/prometheus-adapter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: prometheus-adapter
version: 4.8.3
version: 4.9.0
appVersion: v0.11.2
description: A Helm chart for k8s prometheus adapter
home: https://github.com/kubernetes-sigs/prometheus-adapter
Expand Down
4 changes: 2 additions & 2 deletions charts/prometheus-adapter/templates/psp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ apiVersion: policy/v1beta1
kind: PodSecurityPolicy
metadata:
name: {{ template "k8s-prometheus-adapter.fullname" . }}
{{- if .Values.customAnnotations }}
{{- with (merge .Values.customAnnotations .Values.psp.annotations) }}
annotations:
{{- toYaml .Values.customAnnotations | nindent 4 }}
{{- toYaml . | nindent 4 }}
{{- end }}
labels:
{{- include "k8s-prometheus-adapter.labels" . | indent 4 }}
Expand Down
5 changes: 5 additions & 0 deletions charts/prometheus-adapter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ rbac:
psp:
# Specifies whether PSP resources should be created
create: false
# Annotations added to the pod security policy
annotations: {}
## Ref: https://kubernetes.io/docs/concepts/policy/pod-security-policy/#apparmor
## Ref: https://kubernetes.io/docs/concepts/policy/pod-security-policy/#seccomp
## Ref: https://kubernetes.io/docs/concepts/policy/pod-security-policy/#sysctl

serviceAccount:
# Specifies whether a service account should be created
Expand Down
4 changes: 2 additions & 2 deletions charts/prometheus-ipmi-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ description: This is an IPMI exporter for Prometheus.

type: application

version: 0.1.0
version: 0.2.0

appVersion: "1.6.1"
appVersion: "v1.7.0"

keywords:
- metrics
Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus-ipmi-exporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: ipmi-exporter
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
args:
- "--config.file"
Expand Down
3 changes: 2 additions & 1 deletion charts/prometheus-ipmi-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ replicaCount: 1

image:
repository: registry.hub.docker.com/prometheuscommunity/ipmi-exporter
tag: v1.6.1
# if not set appVersion field from Chart.yaml is used
tag: ""
pullPolicy: IfNotPresent

# Name of an externally managed secret (in the same namespace) containing the ipmi credentials as keys `ipmi-user` and `ipmi-password`.
Expand Down
4 changes: 2 additions & 2 deletions charts/prometheus-operator-admission-webhook/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
apiVersion: v2
description: Prometheus Operator Admission Webhook
name: prometheus-operator-admission-webhook
version: 0.8.0
appVersion: 0.69.1
version: 0.9.0
appVersion: 0.70.0
home: https://github.com/prometheus-operator/prometheus-operator
icon: https://github.com/prometheus-operator/prometheus-operator/raw/main/Documentation/logos/prometheus-operator-logo.png
keywords:
Expand Down
4 changes: 2 additions & 2 deletions charts/prometheus-operator-crds/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
type: application
version: 7.0.0
version: 8.0.1
name: prometheus-operator-crds
icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png
description: |
Expand All @@ -9,7 +9,7 @@ description: |
keywords:
- prometheus
- crds
appVersion: v0.69.1
appVersion: v0.70.0
kubeVersion: ">=1.16.0-0"
sources:
- https://github.com/prometheus-community/helm-charts
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.69.1/example/prometheus-operator-crd/monitoring.coreos.com_alertmanagers.yaml
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.70.0/example/prometheus-operator-crd/monitoring.coreos.com_alertmanagers.yaml
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
Expand All @@ -7,9 +7,8 @@ metadata:
{{- with .Values.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
controller-gen.kubebuilder.io/version: v0.11.1
operator.prometheus.io/version: 0.69.1
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.13.0
operator.prometheus.io/version: 0.70.0
name: alertmanagers.monitoring.coreos.com
spec:
group: monitoring.coreos.com
Expand Down Expand Up @@ -1065,8 +1064,8 @@ spec:
takes precedence.
properties:
password:
description: The secret in the service monitor namespace
that contains the password for authentication.
description: '`password` specifies a key of a Secret
containing the password for authentication.'
properties:
key:
description: The key of the secret to select from. Must
Expand All @@ -1087,8 +1086,8 @@ spec:
type: object
x-kubernetes-map-type: atomic
username:
description: The secret in the service monitor namespace
that contains the username for authentication.
description: '`username` specifies a key of a Secret
containing the username for authentication.'
properties:
key:
description: The key of the secret to select from. Must
Expand Down Expand Up @@ -1141,8 +1140,8 @@ spec:
token for the targets.
properties:
clientId:
description: The secret or configmap containing the
OAuth2 client id
description: '`clientId` specifies a key of a Secret
or ConfigMap containing the OAuth2 client''s ID.'
properties:
configMap:
description: ConfigMap containing data to use
Expand Down Expand Up @@ -1189,8 +1188,8 @@ spec:
x-kubernetes-map-type: atomic
type: object
clientSecret:
description: The secret containing the OAuth2 client
secret
description: '`clientSecret` specifies a key of a
Secret containing the OAuth2 client''s secret.'
properties:
key:
description: The key of the secret to select from. Must
Expand All @@ -1213,15 +1212,18 @@ spec:
endpointParams:
additionalProperties:
type: string
description: Parameters to append to the token URL
description: '`endpointParams` configures the HTTP
parameters to append to the token URL.'
type: object
scopes:
description: OAuth2 scopes used for the token request
description: '`scopes` defines the OAuth2 scopes used
for the token request.'
items:
type: string
type: array
tokenUrl:
description: The URL to fetch the token from
description: '`tokenURL` configures the URL to fetch
the token from.'
minLength: 1
type: string
required:
Expand Down
Loading

0 comments on commit bc42973

Please sign in to comment.