Git Product home page Git Product logo

tutorial-web-app-operator's Introduction

tutorial-web-app-operator

Openshift operator that handles integreatly tutorial-web-app deployments.

Build Status

Project Info
License: Apache License, Version 2.0
IRC #integreatly channel in the freenode network.

Deploying

#create required resources
make cluster/prepare
#deploys the operator itself
make -B cluster/deploy

Building

#builds image: quay.io/integreatly/tutorial-web-app-operator:latest
make image/build

#custom image params: registry.io/myusername/image-name:dev
make image/build REG=custom-registry.io ORG=myusername IMAGE=image-name TAG=dev

Running tests

make test/unit

Updating Web App Image Version

Update web app image version in the following files:

  • Update WebAppImage WebAppImage = "quay.io/integreatly/tutorial-web-app:<version>"
    • Image version that the deployment config gets reconciled to (Must be updated as would override the version used by the template)
  • Update tutorial-web-app.yml template image: quay.io/integreatly/tutorial-web-app:<version>
    • Image version that gets deployed on initial processing of the template file

Release

Update operator version files:

Commit changes and open a pull request to master.

When the PR is merged, create a new Github release from master for v e.g. v0.0.10. This will trigger a ci build of the tag, and a new image pushed to quay.io with that tag.

tutorial-web-app-operator's People

Contributors

pb82 avatar odra avatar david-martin avatar maleck13 avatar jameelb avatar aidenkeating avatar mikenairn avatar philbrookes avatar kevfan avatar matskiv avatar mfrances17 avatar tremes avatar secondsun avatar pawelpaszki avatar pwright avatar sedroche avatar davidffrench avatar ciaranroche avatar tonyxrmdavidson avatar trepel avatar briangallagher avatar evanshortiss avatar

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.