Skip to content

Commit

Permalink
bump versions, ci job tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mach-kernel committed Jul 16, 2024
1 parent 60f5958 commit e2629d2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository }}
tags: |
type=raw,value=latest
type=raw,value=${{ github.ref_name }}
- uses: actions/download-artifact@v4
with:
name: crd_gen
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion charts/databricks-kube-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.8.0
appVersion: 0.8.1
name: databricks-kube-operator
description: A kube-rs operator for managing Databricks API resources
version: 0.9.0
Expand Down
2 changes: 1 addition & 1 deletion databricks-kube/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ path = "src/crdgen.rs"
[package]
name = "databricks_kube"
default-run = "databricks_kube"
version = "0.8.0"
version = "0.8.1"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit e2629d2

Please sign in to comment.