k8s-bake icon indicating copy to clipboard operation
k8s-bake copied to clipboard

GitHub Action creating Kubernetes manifest files with Helm, Kustomize, or Kompose

Results 15 k8s-bake issues
Sort by recently updated
recently updated
newest added

### Feature request In the [Helm example](https://github.com/Azure/k8s-bake?tab=readme-ov-file#bake-using-helm), it is clear that the separator for key and value is `:`, for example `replicas:2`. However, I think it's easy to accidentally use...

I am using the azure/k8s-bake repository as part of my GitHub Actions workflow to render Kubernetes yaml resource manifests using Helm. However, I am encountering an issue where I am...

need-to-triage
idle

When specifying images information via overrides leading spaces gives an error when deploying ``` overrides: | image.repository: ${{ vars.ACR_LOGIN_SERVER }}/${{ var.chartname }}/${{ var.applicationname }} image.tag: ${{ github.sha }}-${{ github.ref_name }}...

need-to-triage
idle

Bumps [ws](https://github.com/websockets/ws) from 7.5.5 to 7.5.10. Release notes Sourced from ws's releases. 7.5.10 Bug fixes Backported e55e5106 to the 7.x release line (22c28763). 7.5.9 Bug fixes Backported bc8bd34e to the...

dependencies

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies

Hi, I would like to install and use specific version of kubectl (v1.27.7) in order to fit with the api server of my AKS cluster (that I have upgraded). I...

need-to-triage

Bumps the actions group with 4 updates in the / directory: [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@vercel/ncc](https://github.com/vercel/ncc) and [typescript](https://github.com/microsoft/TypeScript). Updates `@types/jest` from 29.5.12 to 29.5.13 Commits See full diff in compare view Updates...

dependencies
javascript

Description I’m writing regarding the GH Action [Azure/k8s-bake](https://github.com/Azure/k8s-bake) Our project is starting to migrate the CI/CD to GH Actions and we are interested to use your Actions. Providing some context,...

need-to-triage

### Feature request It would be nice to be able to configure helm to lookup values on the server such as with `--dry-run=server` when running `helm template`. This would allow...

### What happened? We want our Helm Chart source files to start with SPDX Copyright header files like: ``` # # SPDX-FileCopyrightText: 2024 XXX # SPDX-License-Identifier: EUPL-1.2+ # apiVersion: v1...

bug