Skip to content

Commit

Permalink
change deploy strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Apr 11, 2024
1 parent d0539f8 commit 4ac50f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/github-runner-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: github-runner-manager
description: Managed self-hosted runners for GitHub
type: application

version: 0.0.10
version: 0.0.11

# App metadata
appVersion: "v0.0.1"
Expand Down
2 changes: 2 additions & 0 deletions charts/github-runner-manager/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
labels:
app: {{ .Release.Name }}-github-autoscaler
spec:
strategy:
type: Recreate
selector:
matchLabels:
app: {{ .Release.Name }}-github-autoscaler
Expand Down

0 comments on commit 4ac50f2

Please sign in to comment.