Skip to content

Commit

Permalink
- pre-commit updates
Browse files Browse the repository at this point in the history
- gh workflow update
  • Loading branch information
DaemonDude23 committed Sep 24, 2023
1 parent 12183cc commit dcdd6cd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
type=semver,pattern=v{{version}}
- name: Docker = Metadata - Debian
id: debian
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/daemondude23/abider/debian
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Helm - Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: deploy/helm/charts/abider
charts_dir: deploy/helm/charts
config: deploy/helm/charts/abider/cr.yaml
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repos:
repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
- repo: https://github.com/norwoodj/helm-docs
rev: v1.11.0
rev: v1.11.2
hooks:
- id: helm-docs
args:
Expand All @@ -59,7 +59,7 @@ repos:
- '--py39'
id: reorder-python-imports
repo: https://github.com/asottile/reorder_python_imports
rev: v3.10.0
rev: v3.11.0
- hooks:
- args:
- '--line-length=130'
Expand All @@ -68,9 +68,9 @@ repos:
id: black
language_version: python3.10
repo: https://github.com/ambv/black
rev: 23.3.0
rev: 23.9.1
- repo: https://github.com/adamchainz/blacken-docs
rev: 1.14.0
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies:
Expand Down
6 changes: 3 additions & 3 deletions deploy/helm/charts/abider/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# abider

![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)
![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)

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

## Values

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

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
Autogenerated from chart metadata using [helm-docs v1.11.2](https://github.com/norwoodj/helm-docs/releases/v1.11.2)
4 changes: 1 addition & 3 deletions deploy/helm/charts/abider/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ spec:
selector:
matchLabels:
{{- include "abider.selectorLabels" . | nindent 6 }}
updateStrategy:
# maxSurge: 0
# maxUnavailable: 1
updateStrategy: {}
type: Replace
template:
metadata:
Expand Down

0 comments on commit dcdd6cd

Please sign in to comment.