Skip to content

Commit

Permalink
Release/2.311.0.1 (#1)
Browse files Browse the repository at this point in the history
* ref

* name fix

* rf

* helm chart is upgraded to 2.311.0-fea6bb5-03-r01 [no ci]

* version upgraded to 2.311.0.1

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
btungut and github-actions[bot] authored Nov 6, 2023
1 parent 0b1edcd commit e77bed3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI-feature-release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI Feature Branch
name: CI Feature & Release Branches

on:
workflow_dispatch: {}
Expand All @@ -10,7 +10,7 @@ on:
- "src/**"
- "Dockerfile"

run-name: ${{ format('{00}-r{01}', github.run_number, github.run_attempt) }}
run-name: ${{ format('{0} {01}-r{02}', github.ref_name, github.run_number, github.run_attempt) }}

env:
HELM_DIR: "chart"
Expand Down
8 changes: 4 additions & 4 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: github-runner-on-kubernetes
description: init (900889d)
description: Initial commit (fea6bb5)
type: application
version: 2.311.0-900889d-30-r01
version: 2.311.0.1
appVersion: "2.311.0"

keywords:
Expand All @@ -22,8 +22,8 @@ maintainers:
annotations:
github.com/owner: "btungut"
github.com/repository: "github-runner-on-kubernetes"
github.com/hash: 900889d
github.com/run-url: https://github.com/btungut/github-runner-on-kubernetes/actions/runs/6766210395
github.com/hash: fea6bb5
github.com/run-url: https://github.com/btungut/github-runner-on-kubernetes/actions/runs/6766384708
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/license: MIT
artifacthub.io/links: |
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ replicaCount: 1
image:
repository: btungut/github-runner-on-kubernetes
pullPolicy: IfNotPresent
tag: 900889d-30-r01 #900889d
tag: 2.311.0.1 #fea6bb5

imagePullSecrets: []

Expand Down

0 comments on commit e77bed3

Please sign in to comment.