Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions apps.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
appsInfo:
alertmanager:
title: Alertmanager
appVersion: 0.33.0
appVersion: 0.33.1
repo: https://github.com/prometheus/alertmanager
maintainers: Prometheus Community
relatedLinks:
Expand Down Expand Up @@ -65,7 +65,7 @@ appsInfo:
integration: App Platform uses Gitea as its default repository for App Platform configuration (values). Gitea can also be used by Teams to provide application code repositories. Access to Gitea is provided by the OIDC integration in App Platform. Members of the otomi-admin and team-admin group can seamlessly sign in to Gitea. When Argo CD is enabled, App Platform will automatically create a Gitops repository for each Team in Gitea.
grafana:
title: Grafana
appVersion: 13.0.2
appVersion: 13.1.2
repo: https://github.com/grafana/grafana
maintainers: Grafana Labs
relatedLinks:
Expand Down Expand Up @@ -175,7 +175,7 @@ appsInfo:
integration: Loki can be activated to aggregate all the container logs on the platform and store them in a storage endpoint of choice (defaults to PVC). When App Platform is configured in multi-tenancy mode, logs will be split-up between team namespaces and made available for team members only. App Platform shortcuts can be used to provide selections of logs based on interest.
prometheus:
title: Prometheus
appVersion: 3.12.0
appVersion: 3.13.2
repo: https://github.com/prometheus/prometheus
maintainers: Prometheus
relatedLinks:
Expand Down
2 changes: 1 addition & 1 deletion chart/chart-index/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies:
version: v0.19.0
repository: oci://ghcr.io/kserve/charts/kserve-resources
- name: kube-prometheus-stack
version: 86.3.2
version: 88.1.5
repository: https://prometheus-community.github.io/helm-charts
- name: kyverno
version: 3.8.1
Expand Down
12 changes: 6 additions & 6 deletions charts/kube-prometheus-stack/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ dependencies:
version: 0.0.0
- name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 7.5.1
version: 8.1.3
- name: prometheus-node-exporter
repository: https://prometheus-community.github.io/helm-charts
version: 4.55.0
version: 4.56.1
- name: grafana
repository: https://grafana-community.github.io/helm-charts
version: 12.4.8
version: 12.10.3
- name: prometheus-windows-exporter
repository: https://prometheus-community.github.io/helm-charts
version: 0.12.7
digest: sha256:924353d5af6c84462559cf2692f993797b56736f62143406bef95a1926316208
generated: "2026-06-19T11:58:32.895639612Z"
version: 0.12.8
digest: sha256:75dc2be4c202f05073c9271ad2cd3b0ab1ded0451e1fff26ecb20e9056486e99
generated: "2026-08-05T01:49:43.395358112Z"
10 changes: 5 additions & 5 deletions charts/kube-prometheus-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ annotations:
url: https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/README.md#upgrading-chart
artifacthub.io/operator: "true"
apiVersion: v2
appVersion: v0.91.0
appVersion: v0.93.0
dependencies:
- condition: crds.enabled
name: crds
Expand All @@ -18,15 +18,15 @@ dependencies:
- condition: kubeStateMetrics.enabled
name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 7.5.1
version: 8.1.3
- condition: nodeExporter.enabled
name: prometheus-node-exporter
repository: https://prometheus-community.github.io/helm-charts
version: 4.55.0
version: 4.56.1
- condition: grafana.enabled
name: grafana
repository: https://grafana-community.github.io/helm-charts
version: 12.4.8
version: 12.10.3
- condition: windowsMonitoring.enabled
name: prometheus-windows-exporter
repository: https://prometheus-community.github.io/helm-charts
Expand Down Expand Up @@ -69,4 +69,4 @@ sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
type: application
version: 86.3.2
version: 88.1.5
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.91.0/example/prometheus-operator-crd/monitoring.coreos.com_alertmanagerconfigs.yaml
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.93.0/example/prometheus-operator-crd/monitoring.coreos.com_alertmanagerconfigs.yaml
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.20.1
operator.prometheus.io/version: 0.91.0
controller-gen.kubebuilder.io/version: v0.21.0
operator.prometheus.io/version: 0.93.0
name: alertmanagerconfigs.monitoring.coreos.com
spec:
group: monitoring.coreos.com
Expand Down Expand Up @@ -761,7 +761,7 @@ spec:
tokenUrl:
description: tokenUrl defines the URL to fetch
the token from.
minLength: 1
pattern: ^(http|https)://.+$
type: string
required:
- clientId
Expand Down Expand Up @@ -1834,7 +1834,7 @@ spec:
tokenUrl:
description: tokenUrl defines the URL to fetch
the token from.
minLength: 1
pattern: ^(http|https)://.+$
type: string
required:
- clientId
Expand Down Expand Up @@ -2601,7 +2601,7 @@ spec:
tokenUrl:
description: tokenUrl defines the URL to fetch
the token from.
minLength: 1
pattern: ^(http|https)://.+$
type: string
required:
- clientId
Expand Down Expand Up @@ -3439,7 +3439,7 @@ spec:
tokenUrl:
description: tokenUrl defines the URL to fetch
the token from.
minLength: 1
pattern: ^(http|https)://.+$
type: string
required:
- clientId
Expand Down Expand Up @@ -4287,7 +4287,7 @@ spec:
tokenUrl:
description: tokenUrl defines the URL to fetch
the token from.
minLength: 1
pattern: ^(http|https)://.+$
type: string
required:
- clientId
Expand Down Expand Up @@ -5147,7 +5147,7 @@ spec:
tokenUrl:
description: tokenUrl defines the URL to fetch
the token from.
minLength: 1
pattern: ^(http|https)://.+$
type: string
required:
- clientId
Expand Down Expand Up @@ -6075,7 +6075,7 @@ spec:
tokenUrl:
description: tokenUrl defines the URL to fetch
the token from.
minLength: 1
pattern: ^(http|https)://.+$
type: string
required:
- clientId
Expand Down Expand Up @@ -7068,7 +7068,7 @@ spec:
tokenUrl:
description: tokenUrl defines the URL to fetch
the token from.
minLength: 1
pattern: ^(http|https)://.+$
type: string
required:
- clientId
Expand Down Expand Up @@ -7373,6 +7373,12 @@ spec:
description: titleLink defines the URL that the title
will link to when clicked.
type: string
updateMessage:
description: |-
updateMessage enables updating existing Slack messages instead of creating new ones
when alert state changes. Please note that Webhook URLs do not support updates.
It requires Alertmanager >= v0.32.0.
type: boolean
username:
description: username defines the slack bot user name.
minLength: 1
Expand Down Expand Up @@ -7875,7 +7881,7 @@ spec:
tokenUrl:
description: tokenUrl defines the URL to fetch
the token from.
minLength: 1
pattern: ^(http|https)://.+$
type: string
required:
- clientId
Expand Down Expand Up @@ -8224,6 +8230,14 @@ spec:
If you don't specify this value, you must specify a value for the PhoneNumber or TargetARN.
minLength: 1
type: string
useAWSHTTPClient:
description: |-
useAWSHTTPClient forces the AWS SDK's BuildableClient instead of
alertmanager's tracing-wrapped HTTP client. Auto-enabled when AWS_CA_BUNDLE
is set; set explicitly when configuring ca_bundle via shared AWS config.

It requires Alertmanager >= 0.33.0.
type: boolean
type: object
type: array
x-kubernetes-list-type: atomic
Expand Down Expand Up @@ -8762,7 +8776,7 @@ spec:
tokenUrl:
description: tokenUrl defines the URL to fetch
the token from.
minLength: 1
pattern: ^(http|https)://.+$
type: string
required:
- clientId
Expand Down Expand Up @@ -9570,7 +9584,7 @@ spec:
tokenUrl:
description: tokenUrl defines the URL to fetch
the token from.
minLength: 1
pattern: ^(http|https)://.+$
type: string
required:
- clientId
Expand Down Expand Up @@ -10320,7 +10334,7 @@ spec:
tokenUrl:
description: tokenUrl defines the URL to fetch
the token from.
minLength: 1
pattern: ^(http|https)://.+$
type: string
required:
- clientId
Expand Down Expand Up @@ -11050,7 +11064,7 @@ spec:
tokenUrl:
description: tokenUrl defines the URL to fetch
the token from.
minLength: 1
pattern: ^(http|https)://.+$
type: string
required:
- clientId
Expand Down Expand Up @@ -11287,6 +11301,14 @@ spec:
format: int32
minimum: 0
type: integer
payload:
description: |-
payload define custom payload to be sent to the webhook endpoint.
This is an advanced configuration option that allows you
to define a custom payload using Go templates.
It requires Alertmanager >= v0.32.0.
minLength: 1
type: string
sendResolved:
description: sendResolved defines whether or not to notify
about resolved alerts.
Expand Down Expand Up @@ -11862,7 +11884,7 @@ spec:
tokenUrl:
description: tokenUrl defines the URL to fetch
the token from.
minLength: 1
pattern: ^(http|https)://.+$
type: string
required:
- clientId
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.91.0/example/prometheus-operator-crd/monitoring.coreos.com_alertmanagers.yaml
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.93.0/example/prometheus-operator-crd/monitoring.coreos.com_alertmanagers.yaml
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.20.1
operator.prometheus.io/version: 0.91.0
controller-gen.kubebuilder.io/version: v0.21.0
operator.prometheus.io/version: 0.93.0
name: alertmanagers.monitoring.coreos.com
spec:
group: monitoring.coreos.com
Expand Down Expand Up @@ -1629,7 +1629,7 @@ spec:
tokenUrl:
description: tokenUrl defines the URL to fetch the
token from.
minLength: 1
pattern: ^(http|https)://.+$
type: string
required:
- clientId
Expand Down Expand Up @@ -4041,7 +4041,6 @@ spec:
procMount denotes the type of proc mount to use for the containers.
The default value is Default which uses the container runtime defaults for
readonly paths and masked paths.
This requires the ProcMountType feature flag to be enabled.
Note that this field cannot be set when spec.os.name is windows.
type: string
readOnlyRootFilesystem:
Expand Down Expand Up @@ -5741,7 +5740,6 @@ spec:
procMount denotes the type of proc mount to use for the containers.
The default value is Default which uses the container runtime defaults for
readonly paths and masked paths.
This requires the ProcMountType feature flag to be enabled.
Note that this field cannot be set when spec.os.name is windows.
type: string
readOnlyRootFilesystem:
Expand Down Expand Up @@ -8645,7 +8643,7 @@ spec:
A failure to resolve or pull the image during pod startup will block containers from starting and may add significant latency. Failures will be retried using normal volume backoff and will be reported on the pod reason and message.
The types of objects that may be mounted by this volume are defined by the container runtime implementation on a host machine and at minimum must include all valid types supported by the container image field.
The OCI object gets mounted in a single directory (spec.containers[*].volumeMounts.mountPath) by merging the manifest layers in the same way as for container images.
The volume will be mounted read-only (ro) and non-executable files (noexec).
The volume will be mounted read-only (ro).
Sub path mounts for containers are not supported (spec.containers[*].volumeMounts.subpath) before 1.33.
The field spec.securityContext.fsGroupChangePolicy has no effect on this volume type.
properties:
Expand Down Expand Up @@ -8817,8 +8815,7 @@ spec:
description: |-
portworxVolume represents a portworx volume attached and mounted on kubelets host machine.
Deprecated: PortworxVolume is deprecated. All operations for the in-tree portworxVolume type
are redirected to the pxd.portworx.com CSI driver when the CSIMigrationPortworx feature-gate
is on.
are redirected to the pxd.portworx.com CSI driver.
properties:
fsType:
description: |-
Expand Down Expand Up @@ -9639,6 +9636,7 @@ spec:
getConcurrency defines the maximum number of GET requests processed concurrently. This corresponds to the
Alertmanager's `--web.get-concurrency` flag.
format: int32
minimum: 0
type: integer
httpConfig:
description: httpConfig defines HTTP parameters for web server.
Expand Down Expand Up @@ -9699,6 +9697,7 @@ spec:
timeout for HTTP requests. This corresponds to the Alertmanager's
`--web.timeout` flag.
format: int32
minimum: 0
type: integer
tlsConfig:
description: tlsConfig defines the TLS parameters for HTTPS.
Expand Down
Loading
Loading