File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 - promote-charm
6666 - revision
6767 if : ${{ (github.event.inputs.destination-channel == 'latest/edge') }}
68- uses : ./ .github/workflows/_deploy .yaml
68+ uses : canonical/identity-team/ .github/workflows/charm-deploy .yaml@2a4ae518f9c792dcdf14d05f8d86e3d72e160d96 # v1.9.0
6969 secrets :
7070 CLIENT_ID : ${{ secrets.JIMM_DEV_CLIENT_ID }}
7171 CLIENT_SECRET : ${{ secrets.JIMM_DEV_CLIENT_SECRET }}
7474 model : dev-iam
7575 revision : ${{ needs.revision.outputs.revision }}
7676 channel : ${{ github.event.inputs.destination-channel }}
77+ application : login-ui
7778
7879 stg-deploy :
7980 concurrency :
8384 - promote-charm
8485 - revision
8586 if : ${{ (github.event.inputs.destination-channel == 'latest/stable') }}
86- uses : ./ .github/workflows/_deploy .yaml
87+ uses : canonical/identity-team/ .github/workflows/charm-deploy .yaml@2a4ae518f9c792dcdf14d05f8d86e3d72e160d96 # v1.9.0
8788 secrets :
8889 CLIENT_ID : ${{ secrets.JIMM_STG_CLIENT_ID }}
8990 CLIENT_SECRET : ${{ secrets.JIMM_STG_CLIENT_SECRET }}
9293 model : stg-iam
9394 revision : ${{ needs.revision.outputs.revision }}
9495 channel : ${{ github.event.inputs.destination-channel }}
96+ application : login-ui
Original file line number Diff line number Diff line change 11cosl
22ops >= 2.0.0
3- lightkube
4- lightkube-models
3+ lightkube == 0.17.2
4+ lightkube-models < 1.34
55jsonschema
66pydantic ~= 2.12.0
77tenacity ~= 9.1.2
88yarl
99dacite
10- jinja2
10+ jinja2
You can’t perform that action at this time.
0 commit comments