Skip to content

Commit 4f4ccc9

Browse files
[library]: Bump Version 2.2.4 (#37)
Bump Library 2.2.4
1 parent b83aca9 commit 4f4ccc9

File tree

9 files changed

+20
-17
lines changed

9 files changed

+20
-17
lines changed

.kube-linter.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ checks:
99
- "unset-memory-requirements"
1010
- "no-read-only-root-fs"
1111
- "default-service-account"
12+
- "use-namespace"
13+
- "no-node-affinity"
14+
- "non-isolated-pod"
15+
- "minimum-three-replicas"

charts/csgo/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: csgo
33
description: Source Server
44
type: application
5-
version: 0.2.1
5+
version: 0.2.2
66
appVersion: 1.0.0
77
home: https://github.com/CM2Walki/CSGO
88
icon: https://secure.gravatar.com/avatar/5bc9e6b19f1183776d7ff3a9652bd0a7.jpg?s=80&r=g&d=mm

charts/csgo/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CSGO Server
22

3-
![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
3+
![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
44

55
This is a helm chart for all the docker image variants published by [cm2network](https://hub.docker.com/r/cm2network/csgo/). Container configurations can be looked up on the referenced link.
66

@@ -10,8 +10,8 @@ This is a helm chart for all the docker image variants published by [cm2network]
1010

1111
| Name | Email | Url |
1212
| ---- | ------ | --- |
13-
| oliverbaehler | [email protected] | |
14-
| chifu1234 | [email protected] | |
13+
| oliverbaehler | <[email protected]> | |
14+
| chifu1234 | <[email protected]> | |
1515

1616
# Install Chart
1717

@@ -112,7 +112,7 @@ Major Changes to functions are documented with the version affected. **Before up
112112
| statefulset.image.pullPolicy | string | `""` | Configure Docker Pull Policy. Will be overwritten if set by global variable. |
113113
| statefulset.image.registry | string | `"docker.io"` | Configure Docker Registry. Will be overwritten if set by global variable. |
114114
| statefulset.image.repository | string | `"cm2network/csgo"` | Configure Docker Repository |
115-
| statefulset.image.tag | string | `latest` | Configure Docker Image tag |
115+
| statefulset.image.tag | string | `"sourcemod"` | Configure Docker Image tag |
116116
| statefulset.imagePullSecrets | list | `[]` | Define [ImagePullSecrets](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/). Will be overwritten if set by global variable. |
117117
| statefulset.initContainers | list | `[]` | Pod [initContainers](https://kubernetes.io/docs/concepts/workloads/pods/init-containers/) |
118118
| statefulset.labels | object | `bedag-lib.commonLabels` | Merges given labels with common labels |

charts/csgo/values.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,8 +456,7 @@ statefulset:
456456
pullPolicy: ""
457457

458458
# statefulset.image.tag -- Configure Docker Image tag
459-
# @default -- `latest`
460-
tag: "latest"
459+
tag: "sourcemod"
461460

462461
## Container Resources
463462
# statefulset.resources -- Configure Container [Resource](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/)

charts/library/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: library
33
description: Buttahtoast Helm Library
44
type: library
5-
version: 2.2.3
5+
version: 2.2.4
66
appVersion: 0.1.0
77
home: https://github.com/buttahtoast/helm-charts/tree/master/charts/library
88
icon: "https://avatars0.githubusercontent.com/u/67652090?s=400&u=874d1c989b0afc2789865be01051f0bbfc84ae32&v=4"
@@ -19,5 +19,5 @@ sources:
1919
annotations:
2020
artifacthub.io/containsSecurityUpdates: "false"
2121
artifacthub.io/changes: |
22-
- "[Changed]: Types Function `lib.utils.types.validate` Allows empty data"
22+
- "[Fixed]: Types Function `lib.utils.types.validate` Allows false as default value"
2323
artifacthub.io/prerelease: "false"

charts/library/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Buttahtoast Library
22

3-
![Version: 2.2.1](https://img.shields.io/badge/Version-2.2.1-informational?style=flat-square) ![Type: library](https://img.shields.io/badge/Type-library-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)
3+
![Version: 2.2.4](https://img.shields.io/badge/Version-2.2.4-informational?style=flat-square) ![Type: library](https://img.shields.io/badge/Type-library-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)
44

55
This is our take on a library Chart. It contains simple functions which are (will be) used across all of our charts. Feel free the add or improve the existing templates. This Chart is still under development/testing. Feel free to use it, if you find any issues with it, please create an issue/PR. We will try to get bugs fixed as soon as possible!
66

@@ -10,8 +10,8 @@ This is our take on a library Chart. It contains simple functions which are (wil
1010

1111
| Name | Email | Url |
1212
| ---- | ------ | --- |
13-
| oliverbaehler | [email protected] | |
14-
| chifu1234 | [email protected] | |
13+
| oliverbaehler | <[email protected]> | |
14+
| chifu1234 | <[email protected]> | |
1515

1616
# Install Chart
1717

charts/tavern/.kube-linter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ checks:
33
exclude:
44
- (( prepend ))
55
- "no-readiness-probe"
6-
- "no-liveness-probe"
6+
- "no-liveness-probe"

charts/tavern/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: tavern
33
description: "Unofficial Tavern Helm Chart"
44
type: application
5-
version: 0.3.1
5+
version: 0.3.2
66
appVersion: 1.1.0
77
home: "https://tavern.readthedocs.io/en/latest/"
88
icon: "https://tavern.readthedocs.io/en/latest/_static/icon.png"

charts/tavern/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tavern
22

3-
![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
3+
![Version: 0.3.2](https://img.shields.io/badge/Version-0.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
44

55
Unofficial Tavern Helm Chart
66

@@ -12,8 +12,8 @@ The chart is under active development and may contain bugs/unfinished documentat
1212

1313
| Name | Email | Url |
1414
| ---- | ------ | --- |
15-
| oliverbaehler | [email protected] | |
16-
| chifu1234 | [email protected] | |
15+
| oliverbaehler | <[email protected]> | |
16+
| chifu1234 | <[email protected]> | |
1717

1818
## Source Code
1919

0 commit comments

Comments
 (0)