Skip to content

Commit

Permalink
update action for tembo inference (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend authored May 30, 2024
1 parent 51e82c9 commit 651be42
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/argocd-update/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ runs:
uses: mikefarah/yq@v4.33.3
with:
cmd: yq -i '(.spec.source.helm.parameters.[] | select(.name == "pod-init.image.tag")).value = "${{ inputs.version }}"' ${{ inputs.clone_into }}/${{ inputs.subdirectory }}/tembo-operator.yaml
- name: Update Inference Gateway image
uses: mikefarah/yq@v4.33.3
with:
cmd: yq -i '(.spec.source.helm.parameters.[] | select(.name == "image.tag")).value = "${{ inputs.version }}"' ${{ inputs.clone_into }}/${{ inputs.subdirectory }}/tembo-inference-gateway.yaml
- name: Git commit and push to remote
shell: bash
run: |
Expand Down

0 comments on commit 651be42

Please sign in to comment.