mirror of
https://github.com/jimeh/casecmp.git
synced 2026-02-19 02:16:40 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8bf576890c | ||
| 37968b6d71 | |||
|
|
27554f2a04 | ||
|
cc42b4f2bc
|
2
.github/.release-please-manifest.json
vendored
2
.github/.release-please-manifest.json
vendored
@@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
".": "2.4.0"
|
".": "2.5.0"
|
||||||
}
|
}
|
||||||
|
|||||||
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -54,6 +54,7 @@ jobs:
|
|||||||
if: needs.release-please.outputs.release_created
|
if: needs.release-please.outputs.release_created
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
packages: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
14
CHANGELOG.md
14
CHANGELOG.md
@@ -1,5 +1,19 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [2.5.0](https://github.com/jimeh/casecmp/compare/v2.4.1...v2.5.0) (2025-04-22)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **chart:** add revisionHistoryLimit configuration ([#24](https://github.com/jimeh/casecmp/issues/24)) ([37968b6](https://github.com/jimeh/casecmp/commit/37968b6d7179e6c48cdfb266a74d92af88c5fb0a))
|
||||||
|
|
||||||
|
## [2.4.1](https://github.com/jimeh/casecmp/compare/v2.4.0...v2.4.1) (2025-03-16)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **ci/build:** add missing permission to release job ([cc42b4f](https://github.com/jimeh/casecmp/commit/cc42b4f2bc8112b249bcf1a596989618ee80ca0d))
|
||||||
|
|
||||||
## [2.4.0](https://github.com/jimeh/casecmp/compare/v2.3.0...v2.4.0) (2025-03-16)
|
## [2.4.0](https://github.com/jimeh/casecmp/compare/v2.3.0...v2.4.0) (2025-03-16)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2,5 +2,5 @@ apiVersion: v2
|
|||||||
name: casecmp
|
name: casecmp
|
||||||
description: A Helm chart for casecmp
|
description: A Helm chart for casecmp
|
||||||
type: application
|
type: application
|
||||||
version: 2.4.0
|
version: 2.5.0
|
||||||
appVersion: 2.4.0
|
appVersion: 2.5.0
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ spec:
|
|||||||
{{- if not .Values.autoscaling.enabled }}
|
{{- if not .Values.autoscaling.enabled }}
|
||||||
replicas: {{ .Values.replicaCount }}
|
replicas: {{ .Values.replicaCount }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
{{- include "casecmp.selectorLabels" . | nindent 6 }}
|
{{- include "casecmp.selectorLabels" . | nindent 6 }}
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
# Declare variables to be passed into your templates.
|
# Declare variables to be passed into your templates.
|
||||||
|
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
revisionHistoryLimit: 10
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/jimeh/casecmp
|
repository: ghcr.io/jimeh/casecmp
|
||||||
|
|||||||
Reference in New Issue
Block a user