Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this chart will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this chart adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.0] - 2026-08-07
### Changed
- Updated chart dependency version: kube-prometheus-stack 88.1.3 → 88.2.0

## [1.0.1] - 2026-08-07
### Changed
- Updated chart dependency version: cert-manager v1.21.0 → v1.21.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
# Observability CRDs
- name: kube-prometheus-stack
repository: https://prometheus-community.github.io/helm-charts
version: 88.1.3
version: 88.2.0
# External-Secret CRDs
- name: external-secrets
repository: https://charts.external-secrets.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.1.0] - 2026-08-07
### Changed
- Updated chart dependency version: kube-prometheus-stack 88.1.3 → 88.2.0

## [3.0.0] - 2026-08-03
### Changed
- Updated chart dependency version: kube-prometheus-stack 87.19.2 → 88.1.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ apiVersion: v2
name: kube-prometheus-stack
description: Umbrella Chart for kube-prometheus-stack
type: application
version: 3.0.0
version: 3.1.0
dependencies:
- name: template-library
repository: file://../template-library
version: 0.2.0
- name: kube-prometheus-stack
repository: https://prometheus-community.github.io/helm-charts
version: 88.1.3
version: 88.2.0
- name: prometheus-blackbox-exporter
repository: https://prometheus-community.github.io/helm-charts
version: 11.15.1
Loading