You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct command in GKE deployment step (#333)
* fix: correct command in GKE deployment step
* fix: format Kptfile description for better readability
* fix: remove unnecessary comment from README.md
* fix: remove unnecessary comments from app-config.yaml and Kptfile
* fix: update GKE deploy action to use docker protocol
* fix: enable deployment in workflow and streamline GKE deploy args
* fix: add environment declaration in cleanup workflow and update kubectl version in mise.toml
* fix: replace GKE deploy action with kubectl apply command for deployment
* fix: update GKE deployment to use google-github-actions for improved management
* fix: add namespace input to deployment workflows for improved flexibility
* fix: use namespace input in GKE deployment for improved flexibility
* fix: refactor namespace handling in deployment workflows for consistency
* fix: update GKE deployment to use gke-deploy for improved management
* test
* test
* fix: update gke-deploy installation path for correct execution
* fix: streamline GKE deployment process by replacing gke-deploy with kubectl apply
* fix: restore and enable Backstage image build step in CI workflow
* fix: update GKE deployment step to use docker image and add custom PATH directory
* fix: update GKE deploy step to use deprecated public image and remove custom PATH directory
* test
* test
* fix: add Mise deactivate step before GKE Deploy
* fix: replace Mise deactivate step with kubectl check in deployment workflow
* fix: remove kubectl entry from mise.toml
* test
* test
* test
* test
* test
* test
* refactor: rename job to "Hydrate Manifests" and streamline deployment steps
* test
* test
* test
* refactor: uncomment and enable Backstage image build step in CI workflow
* dependabot updates
* revert
* test
* fix: change GKE deploy command from 'apply' to 'run'
this way the image digest is used
* feat: add image_tag input for deployment workflows
* fix: remove ignored comment from app-config.yaml
* fix: improve formatting in README.md for package commands
* fix: remove kpt_linux_amd64 binary file
0 commit comments