Skip to content

Commit

Permalink
Merge pull request #33 from truenas/test-app-fix-schema
Browse files Browse the repository at this point in the history
test app: update app.yaml
  • Loading branch information
stavros-k authored Jun 25, 2024
2 parents 1ac4e13 + dd36b3b commit 6e4c812
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
7 changes: 3 additions & 4 deletions ix-dev/test/nginx/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ capabilities:
name: NET_RAW
categories:
- networking
containerVersion: 1.0.0
description: Nginx description
home: https://github.com/AdguardTeam/AdGuardHome
host_mounts: []
Expand All @@ -22,9 +21,9 @@ name: nginx
run_as_context:
- description: Test app.
gid: 0
groupName: root
group_name: root
uid: 0
userName: root
user_name: root
screenshots:
- https://media.sys.truenas.net/apps/adguard-home/screenshots/screenshot1.png
- https://media.sys.truenas.net/apps/adguard-home/screenshots/screenshot2.png
Expand All @@ -34,4 +33,4 @@ sources:
- https://hub.docker.com/r/adguard/adguardhome
title: Nginx
train: test
version: 1.0.0
version: 1.0.1
1 change: 0 additions & 1 deletion ix-dev/test/nginx/templates/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
x-values: {{ values.some_key | tojson }}
services:
{{ ix_lib.base.test.container_name() }}:
image: nginx
Expand Down
1 change: 0 additions & 1 deletion ix-dev/test/nginx/templates/test_values/basic-values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
some_key: some_value
network:
web_port: 8080

0 comments on commit 6e4c812

Please sign in to comment.