-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
729f960
commit 34d6f9a
Showing
4 changed files
with
19 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# Copyright 2023 Canonical Ltd. | ||
# See LICENSE file for licensing details. | ||
--- | ||
name: charmed-kafka # the name of your ROCK | ||
base: [email protected] # the base environment for this ROCK | ||
name: charmed-kafka # the name of your rock | ||
base: [email protected] # the base environment for this rock | ||
version: '3.6.1' # just for humans. Semantic versioning is recommended | ||
summary: Charmed Kafka ROCK OCI # 79 char long summary | ||
summary: Charmed Kafka rock OCI # 79 char long summary | ||
description: | | ||
This is an OCI image that bundles Apache Kafka together with other tools | ||
of its ecosystem in order to be used in Charmed Operators, providing | ||
|
@@ -14,7 +14,7 @@ description: | | |
cloud native technologies. | ||
license: Apache-2.0 # your application's SPDX license | ||
|
||
platforms: # The platforms this ROCK should be built on and run on | ||
platforms: # The platforms this rock should be built on and run on | ||
amd64: | ||
|
||
services: | ||
|