Skip to content

Commit

Permalink
remove changes needed to test in EKS
Browse files Browse the repository at this point in the history
  • Loading branch information
mlladb committed Oct 15, 2024
1 parent 5d02979 commit b57c2c2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
cache-dependency-path: go.sum
- name: Install Syft
uses: anchore/sbom-action/download-syft@v0
# - name: Run GoReleaser
# uses: goreleaser/goreleaser-action@v6
# with:
# distribution: goreleaser
# version: latest
# args: release --clean --timeout 90m
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
args: release --clean --timeout 90m
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish Helm charts
uses: stefanprodan/helm-gh-pages@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ kos:
- build: kubedns-shepherd
main: ./cmd/...
base_image: ghcr.io/distroless/static:latest
repository: ghcr.io/mlladb/kubedns-shepherd
repository: ghcr.io/eminaktas/kubedns-shepherd
tags:
- '{{ .Tag }}'
- '{{ if not .Prerelease }}latest{{ end }}'
Expand Down
2 changes: 1 addition & 1 deletion chart/kubedns-shepherd/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
{{- with .Values.extraArgs }}
{{- toYaml . | nindent 8 }}
{{- end }}
image: ghcr.io/mlladb/kubedns-shepherd:v0.0.12 #{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}
image: {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}
imagePullPolicy: {{ .Values.imagePullPolicy }}
livenessProbe:
httpGet:
Expand Down

0 comments on commit b57c2c2

Please sign in to comment.