Skip to content

feat(container): update image ghcr.io/coder/code-server ( 4.19.0 → 4.… #174

feat(container): update image ghcr.io/coder/code-server ( 4.19.0 → 4.…

feat(container): update image ghcr.io/coder/code-server ( 4.19.0 → 4.… #174

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: "Flux Kustomization Sync"
on:
workflow_dispatch:
push:
branches:
- main
paths:
- .github/workflows/flux-ks-sync.yaml
- kubernetes/main/**
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
sync:
name: Flux Kustomization Sync
runs-on:
- arc-runner-set-home-ops
environment: production
strategy:
matrix:
cluster:
- main
steps:
- name: Install Flux
uses: fluxcd/flux2/action@main
with:
version: "latest"
- name: Write kubeconfig
id: kubeconfig
uses: timheuer/base64-to-file@v1
with:
encodedString: "${{ secrets.KUBECONFIG }}"
fileName: kubeconfig
- name: Sync Kustomization
env:
KUBECONFIG: "${{ steps.kubeconfig.outputs.filePath }}"
shell: bash
run: |
flux \
--context "flux@${{ matrix.cluster }}" \
--namespace flux-system \
reconcile ks cluster \
--with-source