Skip to content

Commit dcdd6cd

Browse files
committed
- pre-commit updates
- gh workflow update
1 parent 12183cc commit dcdd6cd

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed

.github/workflows/default.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
type=semver,pattern=v{{version}}
5151
- name: Docker = Metadata - Debian
5252
id: debian
53-
uses: docker/metadata-action@v4
53+
uses: docker/metadata-action@v5
5454
with:
5555
images: |
5656
ghcr.io/daemondude23/abider/debian
@@ -90,7 +90,7 @@ jobs:
9090
- name: Helm - Run chart-releaser
9191
uses: helm/[email protected]
9292
with:
93-
charts_dir: deploy/helm/charts/abider
93+
charts_dir: deploy/helm/charts
9494
config: deploy/helm/charts/abider/cr.yaml
9595
env:
9696
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737
repo: https://github.com/pre-commit/pre-commit-hooks
3838
rev: v4.4.0
3939
- repo: https://github.com/norwoodj/helm-docs
40-
rev: v1.11.0
40+
rev: v1.11.2
4141
hooks:
4242
- id: helm-docs
4343
args:
@@ -59,7 +59,7 @@ repos:
5959
- '--py39'
6060
id: reorder-python-imports
6161
repo: https://github.com/asottile/reorder_python_imports
62-
rev: v3.10.0
62+
rev: v3.11.0
6363
- hooks:
6464
- args:
6565
- '--line-length=130'
@@ -68,9 +68,9 @@ repos:
6868
id: black
6969
language_version: python3.10
7070
repo: https://github.com/ambv/black
71-
rev: 23.3.0
71+
rev: 23.9.1
7272
- repo: https://github.com/adamchainz/blacken-docs
73-
rev: 1.14.0
73+
rev: 1.16.0
7474
hooks:
7575
- id: blacken-docs
7676
additional_dependencies:

deploy/helm/charts/abider/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# abider
22

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

5-
Helm Chart for Abider, a simple shell-command executing bot
5+
Helm Chart for Abider, a simple shell-command executing bot.
66

77
## Values
88

@@ -60,4 +60,4 @@ Helm Chart for Abider, a simple shell-command executing bot
6060
| tolerations | list | `[]` | |
6161

6262
----------------------------------------------
63-
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
63+
Autogenerated from chart metadata using [helm-docs v1.11.2](https://github.com/norwoodj/helm-docs/releases/v1.11.2)

deploy/helm/charts/abider/templates/deployment.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ spec:
99
selector:
1010
matchLabels:
1111
{{- include "abider.selectorLabels" . | nindent 6 }}
12-
updateStrategy:
13-
# maxSurge: 0
14-
# maxUnavailable: 1
12+
updateStrategy: {}
1513
type: Replace
1614
template:
1715
metadata:

0 commit comments

Comments
 (0)