Giter VIP home page Giter VIP logo

kustomize-edit-set-image's Introduction

kustomize-edit-set-image

Node.js CI

Replacement of kustomize edit set image that can be used with older kubect/kustomize versions.

How it works

In the directory that has kustomization.yaml:

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
  - deployments/my-project.yaml
images:
  - name: my-group/my-project
    newTag: 1.0.0

After running npx kustomize edit set image my-group/my-project:1.0.0 in the directory:

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
  - deployments/my-project.yaml
images:
  - name: my-group/my-project
    newTag: 1.1.0

Usage

The easiest way to use the command is using npx.

npx kustomize-edit-set-image [--context=context] <image>

Examples

Set image nginx version to 1.9.2 in current kustomization directory.

npx kustomize-edit-set-image nginx:1.9.2

Set image nginx version to 1.9.2 in kustomization directory ./staging.

npx kustomize-edit-set-image --context=./staging nginx:1.9.2

Why not just using kustomize edit set image?

Due to this issue, You can't use kustomize edit set image if your kustomization.yaml is make use of bases feature, unless you can using kubectl 1.21.

However, if you can't use kubectl 1.21 due to version skew policy, we can't get this fix. So we do this to done this job instead.

kustomize-edit-set-image's People

Contributors

champjss avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

jsfix-ci

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.